Line | |
---|
1 | <?xml version="1.0" encoding="UTF-8"?> |
---|
2 | <project basedir="." default="wrap" name="WebStrips Comic Bundle maker"> |
---|
3 | <target name="init"> |
---|
4 | <fail unless="comic" message="You must define comic with -Dcomic=[name]" /> |
---|
5 | </target> |
---|
6 | <target name="wrap" depends="init"> |
---|
7 | <echo message="Wrapping up..."/> |
---|
8 | <zip destfile="${comic}.comic"> |
---|
9 | <fileset dir="${comic}" includes="description.ini,comic.js,image.png"/> |
---|
10 | </zip> |
---|
11 | </target> |
---|
12 | </project> |
---|
Note: See
TracBrowser
for help on using the repository browser.