diff options
author | Sven Gothel <[email protected]> | 2011-04-01 20:07:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-04-01 20:07:41 +0200 |
commit | 4c3aaeaa5e105b462d5212d049db9dcd058c94c7 (patch) | |
tree | d929da5cedac758fd57169013bb53b01b25dfa25 /make/build.xml | |
parent | 5857d93e2d41608b247ec18cb9129f3a6624d9ac (diff) |
archive tga results
Diffstat (limited to 'make/build.xml')
-rw-r--r-- | make/build.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml index d9fdf1e5b..35ebf1ca7 100644 --- a/make/build.xml +++ b/make/build.xml @@ -47,8 +47,11 @@ <ant antfile="${nativewindow.build.xml}" dir="${nativewindow.make}" target="clean" inheritRefs="true" inheritAll="true"/> <ant antfile="${jogl.build.xml}" dir="${jogl.make}" target="clean" inheritRefs="true" inheritAll="true"/> <ant antfile="${newt.build.xml}" dir="${newt.make}" target="clean" inheritRefs="true" inheritAll="true"/> + <ant antfile="${newt.build.xml}" dir="${newt.make}" target="clean" inheritRefs="true" inheritAll="true"/> + <ant antfile="build-test.xml" target="clean" inheritRefs="true" inheritAll="true"/> <delete includeEmptyDirs="true" quiet="true" failonerror="false"> <fileset dir="${build}" /> + <fileset dir="." includes="*.tga" /> </delete> </target> |