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:
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: XMLComponentParser.java,v 1.4 2001/11/18 04:09:21 mdb Exp $
|
||||
// $Id: XMLComponentParser.java,v 1.5 2001/11/20 04:15:43 mdb Exp $
|
||||
|
||||
package com.threerings.cast.tools.xml;
|
||||
|
||||
@@ -14,7 +14,7 @@ import com.samskivert.util.*;
|
||||
import com.samskivert.xml.SimpleParser;
|
||||
|
||||
import com.threerings.media.tile.TileSet;
|
||||
import com.threerings.media.tile.xml.XMLTileSetParser;
|
||||
import com.threerings.media.tools.tile.xml.XMLTileSetParser;
|
||||
|
||||
import com.threerings.cast.Log;
|
||||
import com.threerings.cast.ActionSequence;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
//
|
||||
// $Id: BaseTileSetRuleSet.java,v 1.2 2001/11/18 04:27:56 mdb Exp $
|
||||
// $Id: BaseTileSetRuleSet.java,v 1.3 2001/11/20 04:15:44 mdb Exp $
|
||||
|
||||
package com.threerings.media.tile.xml;
|
||||
package com.threerings.miso.tools.tile.xml;
|
||||
|
||||
import org.xml.sax.Attributes;
|
||||
import org.apache.commons.digester.Digester;
|
||||
|
||||
import com.threerings.media.tile.TileSet;
|
||||
import com.threerings.media.tile.xml.SwissArmyTileSetRuleSet;
|
||||
import com.threerings.media.tools.tile.xml.SwissArmyTileSetRuleSet;
|
||||
import com.threerings.miso.tile.MisoTileSet;
|
||||
|
||||
/**
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user