Blow away the test tileset map file so that it's recreated consistently
every time. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1178 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -105,6 +105,12 @@
|
||||
|
||||
<!-- test the tileset bundling process -->
|
||||
<target name="tsbundles" description="Build tileset bundles.">
|
||||
|
||||
<!-- blow away the tilesetid map file so that we get a consistent
|
||||
mapping every time-->
|
||||
<delete file="${tbundle.dir}/tilesets.map"/>
|
||||
|
||||
<!-- build the tileset bundles -->
|
||||
<taskdef name="tilebundle"
|
||||
classname="com.threerings.media.tile.bundle.tools.TileSetBundlerTask"/>
|
||||
<tilebundle config="${tbundle.dir}/bundler-config.xml"
|
||||
|
||||
Reference in New Issue
Block a user