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:
Michael Bayne
2002-02-05 20:29:10 +00:00
parent 235537f7d4
commit 0f47b72787
17 changed files with 45 additions and 45 deletions
@@ -1,7 +1,7 @@
//
// $Id: DumpBundle.java,v 1.5 2002/01/16 03:01:45 mdb Exp $
// $Id: DumpBundle.java,v 1.6 2002/02/05 20:29:09 mdb Exp $
package com.threerings.media.tools.tile.bundle;
package com.threerings.media.tile.bundle.tools;
import java.io.File;
import java.util.Iterator;
@@ -1,7 +1,7 @@
//
// $Id: TileSetBundler.java,v 1.3 2001/11/29 21:58:15 mdb Exp $
// $Id: TileSetBundler.java,v 1.4 2002/02/05 20:29:09 mdb Exp $
package com.threerings.media.tools.tile.bundle;
package com.threerings.media.tile.bundle.tools;
import java.io.File;
import java.io.FileInputStream;
@@ -32,7 +32,7 @@ import com.threerings.media.tile.TileSet;
import com.threerings.media.tile.TileSetIDBroker;
import com.threerings.media.tile.bundle.BundleUtil;
import com.threerings.media.tile.bundle.TileSetBundle;
import com.threerings.media.tools.tile.xml.TileSetRuleSet;
import com.threerings.media.tile.tools.xml.TileSetRuleSet;
/**
* The tileset bundler is used to create tileset bundles from a set of XML
@@ -50,13 +50,13 @@ import com.threerings.media.tools.tile.xml.TileSetRuleSet;
* <mapping>
* <path>bundle.tilesets.uniform</path>
* <ruleset>
* com.threerings.media.tools.tile.xml.UniformTileSetRuleSet
* com.threerings.media.tile.tools.xml.UniformTileSetRuleSet
* </ruleset>
* </mapping>
* <mapping>
* <path>bundle.tilesets.object</path>
* <ruleset>
* com.threerings.media.tools.tile.xml.ObjectTileSetRuleSet
* com.threerings.media.tile.tools.xml.ObjectTileSetRuleSet
* </ruleset>
* </mapping>
* </bundler-config>
@@ -1,7 +1,7 @@
//
// $Id: TileSetBundlerTask.java,v 1.1 2001/11/29 00:14:11 mdb Exp $
// $Id: TileSetBundlerTask.java,v 1.2 2002/02/05 20:29:09 mdb Exp $
package com.threerings.media.tools.tile.bundle;
package com.threerings.media.tile.bundle.tools;
import java.io.File;
import java.io.IOException;
@@ -9,7 +9,7 @@ import java.io.IOException;
import org.apache.tools.ant.BuildException;
import org.apache.tools.ant.Task;
import com.threerings.media.tools.tile.MapFileTileSetIDBroker;
import com.threerings.media.tile.tools.MapFileTileSetIDBroker;
/**
* Ant task for creating tilset bundles.