Repackaging now that I know what we want to do with the tools package.

Here's the policy:

Every top-level package has a tools package under which all subpackages
exist with their tools additions. For example:

com.threerings.media.tile.TileSet
com.threerings.media.tools.tile.XMLTileSetRuleSet
com.threerings.miso.scene.MisoScene
com.threerings.miso.tools.scene.EditableMisoScene


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@630 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-20 04:15:44 +00:00
parent 233b7aca22
commit 6c1051abed
8 changed files with 17 additions and 17 deletions
@@ -1,7 +1,7 @@
//
// $Id: SwissArmyTileSetRuleSet.java,v 1.2 2001/11/18 04:27:56 mdb Exp $
// $Id: SwissArmyTileSetRuleSet.java,v 1.3 2001/11/20 04:15:44 mdb Exp $
package com.threerings.media.tile.xml;
package com.threerings.media.tools.tile.xml;
import java.awt.Point;
@@ -1,7 +1,7 @@
//
// $Id: TileSetRuleSet.java,v 1.2 2001/11/18 04:27:56 mdb Exp $
// $Id: TileSetRuleSet.java,v 1.3 2001/11/20 04:15:44 mdb Exp $
package com.threerings.media.tile.xml;
package com.threerings.media.tools.tile.xml;
import org.xml.sax.Attributes;
@@ -1,7 +1,7 @@
//
// $Id: UniformTileSetRuleSet.java,v 1.2 2001/11/18 04:27:56 mdb Exp $
// $Id: UniformTileSetRuleSet.java,v 1.3 2001/11/20 04:15:44 mdb Exp $
package com.threerings.media.tile.xml;
package com.threerings.media.tools.tile.xml;
import org.xml.sax.Attributes;
import org.apache.commons.digester.Digester;
@@ -1,7 +1,7 @@
//
// $Id: XMLTileSetParser.java,v 1.1 2001/11/18 04:09:22 mdb Exp $
// $Id: XMLTileSetParser.java,v 1.2 2001/11/20 04:15:44 mdb Exp $
package com.threerings.media.tile.xml;
package com.threerings.media.tools.tile.xml;
import java.io.IOException;
import java.io.InputStream;