diff options
author | diva | 2009-06-15 00:17:17 +0000 |
---|---|---|
committer | diva | 2009-06-15 00:17:17 +0000 |
commit | 54d44e370b1c6995a887e17823c9de645d1e72bb (patch) | |
tree | 5b470056344f5f831bdefbb483e3ef5f14790433 /bin | |
parent | Factoring out "land_data" / RequestLandData that was hanging off of IGridServ... (diff) | |
download | opensim-SC_OLD-54d44e370b1c6995a887e17823c9de645d1e72bb.zip opensim-SC_OLD-54d44e370b1c6995a887e17823c9de645d1e72bb.tar.gz opensim-SC_OLD-54d44e370b1c6995a887e17823c9de645d1e72bb.tar.bz2 opensim-SC_OLD-54d44e370b1c6995a887e17823c9de645d1e72bb.tar.xz |
Removing the OpenSim.SimulatorServices project. All of those region modules are now in CoreModules/ServiceConnectorsIn, where they belong.
Diffstat (limited to '')
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index d8aec49..a21251c 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -11,9 +11,11 @@ | |||
11 | AssetServices = "HGAssetBroker" | 11 | AssetServices = "HGAssetBroker" |
12 | InventoryServices = "HGInventoryBroker" | 12 | InventoryServices = "HGInventoryBroker" |
13 | NeighbourServices = "LocalNeighbourServicesConnector" | 13 | NeighbourServices = "LocalNeighbourServicesConnector" |
14 | InventoryServiceInConnector = true | ||
15 | AssetServiceInConnector = true | ||
14 | 16 | ||
15 | [AssetService] | 17 | [AssetService] |
16 | ; For the RegionAssetService | 18 | ; For the AssetServiceInConnector |
17 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 19 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |
18 | 20 | ||
19 | ; For HGAssetBroker | 21 | ; For HGAssetBroker |
@@ -21,7 +23,7 @@ | |||
21 | HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService" | 23 | HypergridAssetService = "OpenSim.Services.AssetService.dll:HGAssetService" |
22 | 24 | ||
23 | [InventoryService] | 25 | [InventoryService] |
24 | ; For the RegionInventoryService | 26 | ; For the InventoryServiceInConnector |
25 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" | 27 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:InventoryService" |
26 | 28 | ||
27 | ; For HGInventoryBroker | 29 | ; For HGInventoryBroker |