Build the objects tileset bundle as well.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@694 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-29 21:54:07 +00:00
parent 4f6e0f7542
commit 244b301909
+4
View File
@@ -88,6 +88,10 @@
mapfile="${tbundle.dir}/tilesets.map"
bundledef="${tbundle.dir}/ground/bundle.xml"
target="${tbundle.dir}/ground/bundle.jar"/>
<tilebundle config="${tbundle.dir}/bundler-config.xml"
mapfile="${tbundle.dir}/tilesets.map"
bundledef="${tbundle.dir}/objects/bundle.xml"
target="${tbundle.dir}/objects/bundle.jar"/>
</target>
</project>