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,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;