From 225d8dded3429c10b859968427976980d6728b5f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 29 Nov 2001 20:30:47 +0000 Subject: [PATCH] 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 --- .../media/tile/bundle/tools/BuildTestTileSetBundle.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/java/com/threerings/media/tile/bundle/tools/BuildTestTileSetBundle.java b/tests/src/java/com/threerings/media/tile/bundle/tools/BuildTestTileSetBundle.java index 58cb078c7..ac3f061dc 100644 --- a/tests/src/java/com/threerings/media/tile/bundle/tools/BuildTestTileSetBundle.java +++ b/tests/src/java/com/threerings/media/tile/bundle/tools/BuildTestTileSetBundle.java @@ -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"; }