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:
@@ -80,4 +80,14 @@
|
|||||||
</cbundle>
|
</cbundle>
|
||||||
</target>
|
</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>
|
</project>
|
||||||
|
|||||||
Reference in New Issue
Block a user