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
This commit is contained in:
Michael Bayne
2002-02-19 22:10:30 +00:00
parent ade0080446
commit cbcf5d217e
6 changed files with 33 additions and 47 deletions
@@ -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