/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

  1. //
  2. // This script is executed by Grails after plugin was installed to project.
  3. // This script is a Gant script so you can use all special variables provided
  4. // by Gant (such as 'baseDir' which points on project base dir). You can
  5. // use 'ant' to access a global instance of AntBuilder
  6. //
  7. // For example you can create directory under project tree:
  8. //
  9. // ant.mkdir(dir:"${basedir}/grails-app/jobs")
  10. //