source:
trunk/scripts/_Events.groovy
@
526
Last change on this file since 526 was 526, checked in by , 15 years ago | |
---|---|
File size: 178 bytes |
Rev | Line | |
---|---|---|
[522] | 1 | |
[526] | 2 | includeTargets << new File("${basedir}/scripts/_UpdateRev.groovy") |
3 | ||
[522] | 4 | eventCompileStart = { msg -> |
[526] | 5 | println "Compile started, checking VCS Revision." |
[522] | 6 | updateVcsRevision() |
7 | } |
Note: See TracBrowser
for help on using the repository browser.