GRAILS-1019: Allowing expressions to be used with the 'disabled' attribute for g...
[grails.git] / src / grails / templates / artifacts / Script.groovy
blobaf732b28c25115ee92713dfb4423745a34bc0907
1 import org.codehaus.groovy.grails.commons.GrailsClassUtils as GCU
3 grailsHome = Ant.project.properties."environment.GRAILS_HOME"
5 includeTargets << new File ( "${grailsHome}/scripts/Init.groovy" )
7 target('default': "The description of the script goes here!") {
8 doStuff()
11 target(doStuff: "The implementation task") {