Delete the built test bundles in our clean target.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@910 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2010-04-05 01:40:35 +00:00
parent 04f4488f55
commit 5188504acc
+4
View File
@@ -77,6 +77,10 @@
<!-- cleans out the installed application -->
<target name="clean">
<delete dir="${deploy.dir}"/>
<delete file="rsrc/bundles/tiles/tilesets.map"/>
<delete><fileset dir="rsrc/bundles/tiles" includes="**/bundle.jar"/></delete>
<delete file="rsrc/bundles/components/metadata.jar"/>
<delete><fileset dir="rsrc/bundles/components" includes="**/components.jar"/></delete>
</target>
<!-- build the java class files -->