Changed the path to the test bundle.jar.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@684 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2001-11-29 20:30:47 +00:00
parent 421c1321e0
commit 225d8dded3
@@ -1,5 +1,5 @@
//
// $Id: BuildTestTileSetBundle.java,v 1.1 2001/11/21 02:42:16 mdb Exp $
// $Id: BuildTestTileSetBundle.java,v 1.2 2001/11/29 20:30:47 mdb Exp $
package com.threerings.media.tools.tile.bundle;
@@ -70,5 +70,5 @@ public class TileSetBundlerTest
"media/tools/tile/bundle/bundle.xml";
protected static final String TARGET_PATH =
"media/tools/tile/bundle.jar";
"media/tools/tile/bundle/bundle.jar";
}