source: trunk/scripts/UpdateRev.groovy

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

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

File size: 200 bytes
Line 
1
2includeTargets << new File("${basedir}/scripts/_UpdateRev.groovy")
3
4target(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.