Added a target for building tileset bundles.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@672 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-29 00:19:49 +00:00
parent 277d622ef7
commit f49005a40c
+10
View File
@@ -80,4 +80,14 @@
</cbundle>
</target>
<!-- test the tileset bundling process -->
<target name="tsbundles" description="Build tileset bundles.">
<taskdef name="tilebundle"
classname="com.threerings.media.tools.tile.bundle.TileSetBundlerTask"/>
<tilebundle config="${tbundle.dir}/bundler-config.xml"
mapfile="${tbundle.dir}/tilesets.map"
bundledef="${tbundle.dir}/ground/bundle.xml"
target="${tbundle.dir}/ground/bundle.jar"/>
</target>
</project>