Prepended rsrc to our test resource paths.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@763 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-12-13 01:35:52 +00:00
parent d4b714fab4
commit 1ebc240198
4 changed files with 9 additions and 11 deletions
@@ -1,5 +1,5 @@
//
// $Id: BuildTestTileSetBundle.java,v 1.3 2001/11/29 22:01:03 mdb Exp $
// $Id: BuildTestTileSetBundle.java,v 1.4 2001/12/13 01:35:51 mdb Exp $
package com.threerings.media.tools.tile.bundle;
@@ -64,11 +64,11 @@ public class BuildTestTileSetBundle
}
protected static final String CONFIG_PATH =
"media/tools/tile/bundle/bundler-config.xml";
"rsrc/media/tools/tile/bundle/bundler-config.xml";
protected static final String BUNDLE_DESC_PATH =
"media/tools/tile/bundle/bundle.xml";
"rsrc/media/tools/tile/bundle/bundle.xml";
protected static final String TARGET_PATH =
"media/tools/tile/bundle/bundle.jar";
"rsrc/media/tools/tile/bundle/bundle.jar";
}