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