Skip to content

Commit d314f92

Browse files
author
graeme
committed
a more concise script template
git-svn-id: https://svn.codehaus.org/grails/trunk@2968 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 0b4f879 commit d314f92

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/grails/templates/artifacts/Script.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import org.codehaus.groovy.grails.commons.GrailsClassUtils as GCU
22

3-
Ant.property(environment:"env")
4-
grailsHome = Ant.antProject.properties."env.GRAILS_HOME"
3+
grailsHome = Ant.project.properties."environment.GRAILS_HOME"
54

65
includeTargets << new File ( "${grailsHome}/scripts/Init.groovy" )
76

0 commit comments

Comments
 (0)