From cbcf5d217e2b654178d28b3d9f3612347a60c4b1 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 19 Feb 2002 22:10:30 +0000 Subject: [PATCH] Revamped bundle stuff to put all actions and classes in one top-level metadata bundle and just the components in separate component bundles. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@1058 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- tests/build.xml | 23 ++++++++----------- tests/rsrc/bundles/components/actions.xml | 14 ++++++++++- tests/rsrc/bundles/components/classes.xml | 6 ++++- .../bundles/components/vessel/actions.xml | 17 -------------- .../bundles/components/vessel/classes.xml | 7 ------ tests/rsrc/config/resource/manager.properties | 13 ++++------- 6 files changed, 33 insertions(+), 47 deletions(-) delete mode 100644 tests/rsrc/bundles/components/vessel/actions.xml delete mode 100644 tests/rsrc/bundles/components/vessel/classes.xml diff --git a/tests/build.xml b/tests/build.xml index 67e1f2d43..a90463b56 100644 --- a/tests/build.xml +++ b/tests/build.xml @@ -81,22 +81,19 @@ - - + + + + + mapfile="${cbundle.dir}/components.map"> - - - - - + + diff --git a/tests/rsrc/bundles/components/actions.xml b/tests/rsrc/bundles/components/actions.xml index 85cb6504e..6bc5adbc4 100644 --- a/tests/rsrc/bundles/components/actions.xml +++ b/tests/rsrc/bundles/components/actions.xml @@ -1,5 +1,5 @@ - + @@ -26,4 +26,16 @@ 0, 0 + + + 8 + 22,46 + + 44, 44, 44, 44, 44, 44, 44, 44 + 46, 46, 46, 46, 46, 46, 46, 46 + 1, 1, 1, 1, 1, 1, 1, 1 + 0, 0 + 0, 0 + + diff --git a/tests/rsrc/bundles/components/classes.xml b/tests/rsrc/bundles/components/classes.xml index f9113fc46..a79e72b7f 100644 --- a/tests/rsrc/bundles/components/classes.xml +++ b/tests/rsrc/bundles/components/classes.xml @@ -1,8 +1,9 @@ - + + @@ -10,4 +11,7 @@ + + + diff --git a/tests/rsrc/bundles/components/vessel/actions.xml b/tests/rsrc/bundles/components/vessel/actions.xml deleted file mode 100644 index 14738a805..000000000 --- a/tests/rsrc/bundles/components/vessel/actions.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - 8 - 22,46 - - 44, 44, 44, 44, 44, 44, 44, 44 - 46, 46, 46, 46, 46, 46, 46, 46 - 1, 1, 1, 1, 1, 1, 1, 1 - 0, 0 - 0, 0 - - - diff --git a/tests/rsrc/bundles/components/vessel/classes.xml b/tests/rsrc/bundles/components/vessel/classes.xml deleted file mode 100644 index 81cc12c9d..000000000 --- a/tests/rsrc/bundles/components/vessel/classes.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/tests/rsrc/config/resource/manager.properties b/tests/rsrc/config/resource/manager.properties index d58de640c..993e9e0d6 100644 --- a/tests/rsrc/config/resource/manager.properties +++ b/tests/rsrc/config/resource/manager.properties @@ -1,5 +1,5 @@ # -# $Id: manager.properties,v 1.8 2002/02/19 20:00:32 mdb Exp $ +# $Id: manager.properties,v 1.9 2002/02/19 22:10:30 mdb Exp $ # # Test resource manager configuration @@ -7,10 +7,7 @@ resource.set.tilesets = bundles/tiles/ground/bundle.jar:\ bundles/tiles/objects/bundle.jar -# 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 +# configure the BundledComponentRepository +resource.set.components = bundles/components/metadata.jar:\ + bundles/components/pirate/components.jar: \ + bundles/components/vessel/components.jar