From f6ec26b64a52b0a833a32ac926a071b6f24b9b74 Mon Sep 17 00:00:00 2001 From: graemerocher Date: Tue, 31 Mar 2015 08:43:57 +0200 Subject: [PATCH] Revert "Add more variables to the binding" This reverts commit d4474c46fd949da4aa58f373f861c523c8186f03. --- .../org/grails/cli/profile/commands/CreateAppCommand.groovy | 3 --- 1 file changed, 3 deletions(-) diff --git a/grails-shell/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy b/grails-shell/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy index d73a9237011..01cd7fa1877 100644 --- a/grails-shell/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy +++ b/grails-shell/src/main/groovy/org/grails/cli/profile/commands/CreateAppCommand.groovy @@ -175,10 +175,7 @@ class CreateAppCommand implements Command, ProfileRepositoryAware { variables['grails.codegen.projectName'] = GrailsNameUtils.getScriptName(projectClassName) variables['grails.profile'] = profile.name variables['grails.version'] = Environment.getPackage().getImplementationVersion() ?: GRAILS_VERSION_FALLBACK_IN_IDE_ENVIRONMENTS_FOR_RUNNING_TESTS - variables['info.app.grailsVersion'] = Environment.getPackage().getImplementationVersion() ?: GRAILS_VERSION_FALLBACK_IN_IDE_ENVIRONMENTS_FOR_RUNNING_TESTS - variables['info.app.version'] = '0.1-SNAPSHOT' variables['grails.app.name'] = appname - variables['info.app.name'] = appname variables['grails.app.group'] = groupname }