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:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user