mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-01-09 10:56:41 +03:00
11 lines
404 B
Groovy
11 lines
404 B
Groovy
//
|
|
// 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")
|
|
//
|