From 947107b0bab609270f520dabd24261e6f0fc13e6 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 19 Feb 2002 20:00:32 +0000 Subject: [PATCH] Added another set of component bundles for ships. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1049 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- tests/build.xml | 29 ++++++++++++------- tests/rsrc/config/resource/manager.properties | 8 +++-- 2 files changed, 25 insertions(+), 12 deletions(-) diff --git a/tests/build.xml b/tests/build.xml index c9e40ee9e..67e1f2d43 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -14,7 +14,7 @@ - + @@ -75,19 +75,28 @@ - + - - - - - + + + + + + + + + + + diff --git a/tests/rsrc/config/resource/manager.properties b/tests/rsrc/config/resource/manager.properties index 2ebe49bd1..d58de640c 100644 --- a/tests/rsrc/config/resource/manager.properties +++ b/tests/rsrc/config/resource/manager.properties @@ -1,5 +1,5 @@ # -# $Id: manager.properties,v 1.7 2002/02/09 07:50:03 mdb Exp $ +# $Id: manager.properties,v 1.8 2002/02/19 20:00:32 mdb Exp $ # # Test resource manager configuration @@ -7,6 +7,10 @@ resource.set.tilesets = bundles/tiles/ground/bundle.jar:\ bundles/tiles/objects/bundle.jar -# configure the BundledComponentRepository +# configure the character BundledComponentRepository resource.set.components = bundles/components/pirate/metadata.jar:\ bundles/components/pirate/components.jar + +# configure the ship BundledComponentRepository +resource.set.ships = bundles/components/ship/metadata.jar:\ + bundles/components/ship/components.jar