Repackaging! Changed a bunch of foo.tools.bar to foo.bar.tools and brought
some other things up to date with changes that had been made to that effect previously. I love the vast sweeping changes that come along with a change of mind. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@933 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: BuildTestTileSetBundle.java,v 1.4 2001/12/13 01:35:51 mdb Exp $
|
||||
// $Id: BuildTestTileSetBundle.java,v 1.5 2002/02/05 20:29:09 mdb Exp $
|
||||
|
||||
package com.threerings.media.tools.tile.bundle;
|
||||
package com.threerings.media.tile.bundle.tools;
|
||||
|
||||
import java.io.File;
|
||||
import java.io.IOException;
|
||||
@@ -64,11 +64,11 @@ public class BuildTestTileSetBundle
|
||||
}
|
||||
|
||||
protected static final String CONFIG_PATH =
|
||||
"rsrc/media/tools/tile/bundle/bundler-config.xml";
|
||||
"rsrc/media/tile/bundle/tools/bundler-config.xml";
|
||||
|
||||
protected static final String BUNDLE_DESC_PATH =
|
||||
"rsrc/media/tools/tile/bundle/bundle.xml";
|
||||
"rsrc/media/tile/bundle/tools/bundle.xml";
|
||||
|
||||
protected static final String TARGET_PATH =
|
||||
"rsrc/media/tools/tile/bundle/bundle.jar";
|
||||
"rsrc/media/tile/bundle/tools/bundle.jar";
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//
|
||||
// $Id: XMLTileSetParserTest.java,v 1.2 2001/11/29 21:55:56 mdb Exp $
|
||||
// $Id: XMLTileSetParserTest.java,v 1.3 2002/02/05 20:29:09 mdb Exp $
|
||||
|
||||
package com.threerings.media.tools.tile.xml;
|
||||
package com.threerings.media.tile.tools.xml;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Iterator;
|
||||
@@ -55,5 +55,5 @@ public class XMLTileSetParserTest extends TestCase
|
||||
}
|
||||
|
||||
protected static final String TILESET_PATH =
|
||||
"rsrc/media/tools/tile/xml/tilesets.xml";
|
||||
"rsrc/media/tile/tools/xml/tilesets.xml";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user