/scripts/_Install.groovy
http://github.com/icescrum/iceScrum-plugin-planning-poker · Groovy · 10 lines · 0 code · 0 blank · 10 comment · 0 complexity · 4992f1b7b8879ad3c9798ebbd2280957 MD5 · raw file
- //
- // This script is executed by Grails after plugin was installed to project.
- // This script is a Gant script so you can use all special variables provided
- // by Gant (such as 'baseDir' which points on project base dir). You can
- // use 'ant' to access a global instance of AntBuilder
- //
- // For example you can create directory under project tree:
- //
- // ant.mkdir(dir:"${basedir}/grails-app/jobs")
- //