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: 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;
|
||||
|
||||
Reference in New Issue
Block a user