The tileset bundler task is called differently now.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1179 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-04-03 22:25:22 +00:00
parent b18c6dc7bf
commit 1303897d3d
+6 -6
View File
@@ -114,13 +114,13 @@
<taskdef name="tilebundle"
classname="com.threerings.media.tile.bundle.tools.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"/>
mapfile="${tbundle.dir}/tilesets.map">
<fileset dir="${tbundle.dir}/ground" includes="**/*.xml"/>
</tilebundle>
<tilebundle config="${tbundle.dir}/bundler-config.xml"
mapfile="${tbundle.dir}/tilesets.map"
bundledef="${tbundle.dir}/objects/bundle.xml"
target="${tbundle.dir}/objects/bundle.jar"/>
mapfile="${tbundle.dir}/tilesets.map">
<fileset dir="${tbundle.dir}/objects" includes="**/*.xml"/>
</tilebundle>
</target>
</project>