From 421c1321e0b07b2c4220f194f708acfb5be791bb Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 29 Nov 2001 20:30:26 +0000 Subject: [PATCH] Configure the tileset bundle set. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@683 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- tests/rsrc/config/resource/manager.properties | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/tests/rsrc/config/resource/manager.properties b/tests/rsrc/config/resource/manager.properties index 577a22650..3efca828d 100644 --- a/tests/rsrc/config/resource/manager.properties +++ b/tests/rsrc/config/resource/manager.properties @@ -1,11 +1,14 @@ # -# $Id: manager.properties,v 1.2 2001/11/27 08:06:57 mdb Exp $ +# $Id: manager.properties,v 1.3 2001/11/29 20:30:26 mdb Exp $ # # Test resource manager configuration -# used to test the BundledTileSetRepository -resource.set.bundle_test = rsrc/media/tools/tile/bundle.jar +# configure the BundledTileSetRepository +resource.set.tilesets = rsrc/bundles/tiles/ground/bundle.jar -# used to test the BundledComponentRepository +# configure the BundledComponentRepository resource.set.components = rsrc/bundles/components/pirate/metadata.jar:\ rsrc/bundles/components/pirate/components.jar + +# used to test the BundledTileSetRepository +resource.set.bundle_test = rsrc/media/tools/tile/bundle/bundle.jar