source: trunk/scripts/_Events.groovy @ 526

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

Refactor UpadateRev script to fix classNotFound exception and make script re-usable.

File size: 178 bytes
Line 
1
2includeTargets << new File("${basedir}/scripts/_UpdateRev.groovy")
3
4eventCompileStart = { msg ->
5    println "Compile started, checking VCS Revision."
6    updateVcsRevision()
7}
Note: See TracBrowser for help on using the repository browser.