diff options
author | Diva Canto | 2009-12-23 17:31:30 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-23 17:31:30 -0800 |
commit | 1fa938aab0b748768ff3528e41ba76dd6baa1bf3 (patch) | |
tree | 4d3247f4e48b350faf9c392fed4b6576fb856c31 /bin/config-include/Standalone.ini | |
parent | Fixes the broken build of the previous commit. (diff) | |
download | opensim-SC_OLD-1fa938aab0b748768ff3528e41ba76dd6baa1bf3.zip opensim-SC_OLD-1fa938aab0b748768ff3528e41ba76dd6baa1bf3.tar.gz opensim-SC_OLD-1fa938aab0b748768ff3528e41ba76dd6baa1bf3.tar.bz2 opensim-SC_OLD-1fa938aab0b748768ff3528e41ba76dd6baa1bf3.tar.xz |
Library Module: allows adding folders/items to the Library from IAR files placed under bin/Library. This works only for standalones.
Diffstat (limited to 'bin/config-include/Standalone.ini')
-rw-r--r-- | bin/config-include/Standalone.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index a6c089c..cdfdf4b 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -13,6 +13,7 @@ | |||
13 | NeighbourServices = "LocalNeighbourServicesConnector" | 13 | NeighbourServices = "LocalNeighbourServicesConnector" |
14 | AuthorizationServices = "LocalAuthorizationServicesConnector" | 14 | AuthorizationServices = "LocalAuthorizationServicesConnector" |
15 | GridServices = "LocalGridServicesConnector" | 15 | GridServices = "LocalGridServicesConnector" |
16 | LibraryModule = true | ||
16 | 17 | ||
17 | [AssetService] | 18 | [AssetService] |
18 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" | 19 | LocalServiceModule = "OpenSim.Services.AssetService.dll:AssetService" |
@@ -26,3 +27,4 @@ | |||
26 | [GridService] | 27 | [GridService] |
27 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" | 28 | LocalServiceModule = "OpenSim.Services.GridService.dll:GridService" |
28 | Realm = "regions" | 29 | Realm = "regions" |
30 | |||