Skip to content

Commit

Permalink
Revert "Add more variables to the binding"
Browse files Browse the repository at this point in the history
This reverts commit d4474c4.
  • Loading branch information
graemerocher committed Mar 31, 2015
1 parent e0522b7 commit f6ec26b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit f6ec26b

Please sign in to comment.