source:
branches/features/taskProcedureRework/scripts/_Events.groovy
@
807
Last change on this file since 807 was 528, checked in by , 14 years ago | |
---|---|
File size: 245 bytes |
Line | |
---|---|
1 | |
2 | includeTargets << new File("${basedir}/scripts/_UpdateRev.groovy") |
3 | |
4 | eventCompileStart = { msg -> |
5 | if(System.getProperty("grails.env") != "test") { |
6 | println "Compile started, checking VCS Revision." |
7 | updateVcsRevision() |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.