Repackaging! Changed a bunch of foo.tools.bar to foo.bar.tools and brought
some other things up to date with changes that had been made to that effect previously. I love the vast sweeping changes that come along with a change of mind. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@933 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
+3
-3
@@ -69,14 +69,14 @@
|
||||
<target name="cbundles" description="Build component bundles.">
|
||||
<!-- first build the metadata bundle -->
|
||||
<taskdef name="metabundle"
|
||||
classname="com.threerings.cast.tools.bundle.MetadataBundlerTask"/>
|
||||
classname="com.threerings.cast.bundle.tools.MetadataBundlerTask"/>
|
||||
<metabundle actiondef="${cbundle.dir}/actions.xml"
|
||||
classdef="${cbundle.dir}/classes.xml"
|
||||
target="${cbundle.dir}/metadata.jar"/>
|
||||
|
||||
<!-- then a component bundle -->
|
||||
<taskdef name="cbundle"
|
||||
classname="com.threerings.cast.tools.bundle.ComponentBundlerTask"/>
|
||||
classname="com.threerings.cast.bundle.tools.ComponentBundlerTask"/>
|
||||
<cbundle target="${cbundle.dir}/components.jar"
|
||||
mapfile="${cbundle.dir}/components.map">
|
||||
<fileset dir="${cbundle.dir}" includes="**/*.png"/>
|
||||
@@ -86,7 +86,7 @@
|
||||
<!-- test the tileset bundling process -->
|
||||
<target name="tsbundles" description="Build tileset bundles.">
|
||||
<taskdef name="tilebundle"
|
||||
classname="com.threerings.media.tools.tile.bundle.TileSetBundlerTask"/>
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user