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 | |
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')
-rw-r--r-- | bin/Library/.keep | 0 | ||||
-rw-r--r-- | bin/config-include/Standalone.ini | 2 | ||||
-rw-r--r-- | bin/config-include/StandaloneCommon.ini.example | 4 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 2 |
4 files changed, 7 insertions, 1 deletions
diff --git a/bin/Library/.keep b/bin/Library/.keep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/bin/Library/.keep | |||
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 | |||
diff --git a/bin/config-include/StandaloneCommon.ini.example b/bin/config-include/StandaloneCommon.ini.example index b0e2de3..1679f93 100644 --- a/bin/config-include/StandaloneCommon.ini.example +++ b/bin/config-include/StandaloneCommon.ini.example | |||
@@ -39,3 +39,7 @@ | |||
39 | ;;--- For MySql region storage (alternative) | 39 | ;;--- For MySql region storage (alternative) |
40 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" | 40 | ;StorageProvider = "OpenSim.Data.MySQL.dll:MySqlRegionData" |
41 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" | 41 | ;ConnectionString = "Data Source=localhost;Database=opensim;User ID=opensim;Password=***;" |
42 | |||
43 | [LibraryModule] | ||
44 | ; Set this if you want to change the name of the OpenSim Library | ||
45 | ;LibraryName = "My World's Library" \ No newline at end of file | ||
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index baff811..909286c 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -21,7 +21,7 @@ | |||
21 | HGAuthServiceInConnector = true | 21 | HGAuthServiceInConnector = true |
22 | HypergridServiceInConnector = true | 22 | HypergridServiceInConnector = true |
23 | NeighbourServiceInConnector = true | 23 | NeighbourServiceInConnector = true |
24 | 24 | LibraryModule = true | |
25 | 25 | ||
26 | [AssetService] | 26 | [AssetService] |
27 | ; For the AssetServiceInConnector | 27 | ; For the AssetServiceInConnector |