| Revision 2139,
554 bytes
checked in by jeroen, 15 months ago
(diff) |
|
added tests / build to glow skin
|
| Line | |
|---|
| 1 | <?xml version="1.0"?> |
|---|
| 2 | <project name="stijl" basedir="../" default="xml"> |
|---|
| 3 | |
|---|
| 4 | <target name="zip"> |
|---|
| 5 | <zip |
|---|
| 6 | destfile="${basedir}/${ant.project.name}.zip" |
|---|
| 7 | basedir="src/" |
|---|
| 8 | includes="**/*.png, ${ant.project.name}.xml" |
|---|
| 9 | /> |
|---|
| 10 | <echo message="Packed ZIP skin (Flash)" /> |
|---|
| 11 | </target> |
|---|
| 12 | |
|---|
| 13 | <target name="xml" depends="zip"> |
|---|
| 14 | <exec executable="python"> |
|---|
| 15 | <arg file="build/xmlpacker.py" /> |
|---|
| 16 | <arg value="${ant.project.name}" /> |
|---|
| 17 | </exec> |
|---|
| 18 | <echo message="Packed XML skin (HTML5)" /> |
|---|
| 19 | </target> |
|---|
| 20 | |
|---|
| 21 | </project> |
|---|
Note: See
TracBrowser
for help on using the repository browser.