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: MisoSceneRuleSet.java,v 1.2 2001/11/18 04:27:56 mdb Exp $
// $Id: MisoSceneRuleSet.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.apache.commons.digester.Digester;
import org.apache.commons.digester.RuleSetBase;
@@ -1,7 +1,7 @@
//
// $Id: MisoSceneWriter.java,v 1.1 2001/11/18 04:09:22 mdb Exp $
// $Id: MisoSceneWriter.java,v 1.2 2001/11/20 04:15:44 mdb Exp $
package com.threerings.miso.scene.xml;
package com.threerings.miso.tools.scene.xml;
import org.xml.sax.SAXException;
import com.megginson.sax.DataWriter;