mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-03 02:36:46 +03:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// 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")
|
||||
//
|
||||
@@ -0,0 +1,5 @@
|
||||
//
|
||||
// This script is executed by Grails when the plugin is uninstalled from project.
|
||||
// Use this script if you intend to do any additional clean-up on uninstall, but
|
||||
// beware of messing up SVN directories!
|
||||
//
|
||||
@@ -0,0 +1,10 @@
|
||||
//
|
||||
// This script is executed by Grails during application upgrade ('grails upgrade'
|
||||
// command). 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")
|
||||
//
|
||||
Reference in New Issue
Block a user