source:
trunk/scripts/UpdateRev.groovy
@
637
Last change on this file since 637 was 527, checked in by , 14 years ago | |
---|---|
File size: 200 bytes |
Rev | Line | |
---|---|---|
[527] | 1 | |
2 | includeTargets << new File("${basedir}/scripts/_UpdateRev.groovy") | |
3 | ||
4 | target(default: "Update the app.vcsRevision property in application.properties and metadata.") { | |
5 | depends(updateVcsRevision) | |
6 | } |
Note: See TracBrowser
for help on using the repository browser.