configure fringe as part of the tsbundles target.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1215 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2002-04-06 22:18:51 +00:00
parent aac9c7231d
commit e3bd4dfcfd
+9
View File
@@ -121,6 +121,15 @@
mapfile="${tbundle.dir}/tilesets.map"> mapfile="${tbundle.dir}/tilesets.map">
<fileset dir="${tbundle.dir}/objects" includes="**/*.xml"/> <fileset dir="${tbundle.dir}/objects" includes="**/*.xml"/>
</tilebundle> </tilebundle>
<!-- build the fringe configurations -->
<taskdef name="conffringe"
classname="com.threerings.miso.tile.tools.CompileFringeConfigurationTask"/>
<conffringe
tilesetmap="${tbundle.dir}/tilesets.map"
fringedef="rsrc/config/miso/tile/fringeconf.xml"
target="rsrc/config/miso/tile/fringeconf.dat"/>
</target> </target>
</project> </project>