source: trunk/scripts/_Events.groovy @ 522

Last change on this file since 522 was 522, checked in by gav, 14 years ago

Add UpdateRev.groovy and _Events.groovy scripts to update application.properties and metadata at compile time to svn base revision.

File size: 100 bytes
Line 
1includeTargets << grailsScript("UpdateRev")
2
3eventCompileStart = { msg ->
4    updateVcsRevision()
5}
Note: See TracBrowser for help on using the repository browser.