Moved miso.tools.scene into miso.scene.tools and same with
miso.tools.tile. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@915 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: BaseTileSetRuleSet.java,v 1.7 2001/11/29 21:58:49 mdb Exp $
|
||||
// $Id: BaseTileSetRuleSet.java,v 1.8 2002/02/02 01:09:53 mdb Exp $
|
||||
|
||||
package com.threerings.miso.tools.tile.xml;
|
||||
package com.threerings.miso.tile.tools.xml;
|
||||
|
||||
import org.xml.sax.Attributes;
|
||||
import org.apache.commons.digester.Digester;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: EditableMisoScene.java,v 1.10 2002/01/30 18:28:32 mdb Exp $
|
||||
// $Id: EditableMisoScene.java,v 1.11 2002/02/02 01:09:53 mdb Exp $
|
||||
|
||||
package com.threerings.miso.tools.scene;
|
||||
package com.threerings.miso.scene.tools;
|
||||
|
||||
import com.threerings.media.tile.ObjectTile;
|
||||
import com.threerings.media.tile.Tile;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: EditableMisoSceneImpl.java,v 1.7 2002/01/30 18:28:32 mdb Exp $
|
||||
// $Id: EditableMisoSceneImpl.java,v 1.8 2002/02/02 01:09:53 mdb Exp $
|
||||
|
||||
package com.threerings.miso.tools.scene;
|
||||
package com.threerings.miso.scene.tools;
|
||||
|
||||
import com.threerings.media.tile.NoSuchTileException;
|
||||
import com.threerings.media.tile.NoSuchTileSetException;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: MisoSceneParser.java,v 1.1 2001/11/29 20:34:13 mdb Exp $
|
||||
// $Id: MisoSceneParser.java,v 1.2 2002/02/02 01:09:53 mdb Exp $
|
||||
|
||||
package com.threerings.miso.tools.scene.xml;
|
||||
package com.threerings.miso.scene.tools.xml;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.io.FileInputStream;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: MisoSceneRuleSet.java,v 1.5 2002/01/30 18:28:32 mdb Exp $
|
||||
// $Id: MisoSceneRuleSet.java,v 1.6 2002/02/02 01:09:53 mdb Exp $
|
||||
|
||||
package com.threerings.miso.tools.scene.xml;
|
||||
package com.threerings.miso.scene.tools.xml;
|
||||
|
||||
import org.apache.commons.digester.Digester;
|
||||
import org.apache.commons.digester.RuleSetBase;
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: MisoSceneWriter.java,v 1.4 2002/01/30 18:28:32 mdb Exp $
|
||||
// $Id: MisoSceneWriter.java,v 1.5 2002/02/02 01:09:53 mdb Exp $
|
||||
|
||||
package com.threerings.miso.tools.scene.xml;
|
||||
package com.threerings.miso.scene.tools.xml;
|
||||
|
||||
import org.xml.sax.SAXException;
|
||||
import com.megginson.sax.DataWriter;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//
|
||||
// $Id: ViewerApp.java,v 1.24 2002/01/16 03:01:24 mdb Exp $
|
||||
// $Id: ViewerApp.java,v 1.25 2002/02/02 01:09:53 mdb Exp $
|
||||
|
||||
package com.threerings.miso.viewer;
|
||||
|
||||
@@ -26,7 +26,7 @@ import com.threerings.miso.Log;
|
||||
import com.threerings.miso.scene.DisplayMisoSceneImpl;
|
||||
import com.threerings.miso.scene.MisoCharacterSprite;
|
||||
import com.threerings.miso.scene.MisoSceneModel;
|
||||
import com.threerings.miso.tools.scene.xml.MisoSceneParser;
|
||||
import com.threerings.miso.scene.tools.xml.MisoSceneParser;
|
||||
import com.threerings.miso.util.MisoContext;
|
||||
import com.threerings.miso.util.MisoUtil;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user