source:
trunk/src/templates/artifacts/Script.groovy
@
450
Last change on this file since 450 was 128, checked in by , 16 years ago | |
---|---|
File size: 160 bytes |
Line | |
---|---|
1 | includeTargets << grailsScript("Init") |
2 | |
3 | target(main: "The description of the script goes here!") { |
4 | // TODO: Implement script here |
5 | } |
6 | |
7 | setDefaultTarget(main) |
Note: See TracBrowser
for help on using the repository browser.