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: ComponentBundlerTask.java,v 1.2 2001/11/29 00:15:25 mdb Exp $
// $Id: ComponentBundlerTask.java,v 1.3 2002/02/05 20:29:09 mdb Exp $
package com.threerings.cast.tools.bundle;
package com.threerings.cast.bundle.tools;
import java.io.File;
import java.io.FileInputStream;
@@ -1,7 +1,7 @@
//
// $Id: DumpBundle.java,v 1.1 2001/12/16 23:12:37 shaper Exp $
// $Id: DumpBundle.java,v 1.2 2002/02/05 20:29:09 mdb Exp $
package com.threerings.cast.tools.bundle;
package com.threerings.cast.bundle.tools;
import java.io.File;
import java.util.HashMap;
@@ -1,7 +1,7 @@
//
// $Id: MetadataBundlerTask.java,v 1.1 2001/11/27 08:09:35 mdb Exp $
// $Id: MetadataBundlerTask.java,v 1.2 2002/02/05 20:29:09 mdb Exp $
package com.threerings.cast.tools.bundle;
package com.threerings.cast.bundle.tools;
import java.io.BufferedInputStream;
import java.io.File;
@@ -27,7 +27,7 @@ import org.apache.commons.digester.Digester;
import com.samskivert.util.Tuple;
import com.threerings.media.tile.TileSet;
import com.threerings.media.tools.tile.xml.SwissArmyTileSetRuleSet;
import com.threerings.media.tile.tools.xml.SwissArmyTileSetRuleSet;
import com.threerings.cast.ActionSequence;
import com.threerings.cast.ComponentClass;