source:
trunk/src/templates/artifacts/Script.groovy
@
372
Last change on this file since 372 was 128, checked in by , 16 years ago | |
---|---|
File size: 160 bytes |
Rev | Line | |
---|---|---|
[128] | 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.