Resource manager needs be constructed differently now that it loads

resources via a URL.


git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@865 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Michael Bayne
2002-01-16 03:01:24 +00:00
parent 3562e9271b
commit 18e5f823ba
5 changed files with 18 additions and 14 deletions
@@ -1,15 +1,15 @@
#
# $Id: manager.properties,v 1.4 2001/11/29 23:14:36 mdb Exp $
# $Id: manager.properties,v 1.5 2002/01/16 03:01:24 mdb Exp $
#
# Test resource manager configuration
# configure the BundledTileSetRepository
resource.set.tilesets = rsrc/bundles/tiles/ground/bundle.jar:\
rsrc/bundles/tiles/objects/bundle.jar
resource.set.tilesets = bundles/tiles/ground/bundle.jar:\
bundles/tiles/objects/bundle.jar
# configure the BundledComponentRepository
resource.set.components = rsrc/bundles/components/pirate/metadata.jar:\
rsrc/bundles/components/pirate/components.jar
resource.set.components = bundles/components/pirate/metadata.jar:\
bundles/components/pirate/components.jar
# used to test the BundledTileSetRepository
resource.set.bundle_test = rsrc/media/tools/tile/bundle/bundle.jar
resource.set.bundle_test = media/tools/tile/bundle/bundle.jar