diff options
author | dahlia | 2013-04-21 00:21:42 -0700 |
---|---|---|
committer | dahlia | 2013-04-21 00:21:42 -0700 |
commit | 46e4ecadc8a0cd25e546e5cb22cd515e44435511 (patch) | |
tree | 074bb560065ce0b9a97dfd2614ab47d96453d7ae | |
parent | Materials persistence via SceneObjectPart.dynAttrs. This appears to work acro... (diff) | |
parent | Fix spelling (diff) | |
download | opensim-SC_OLD-46e4ecadc8a0cd25e546e5cb22cd515e44435511.zip opensim-SC_OLD-46e4ecadc8a0cd25e546e5cb22cd515e44435511.tar.gz opensim-SC_OLD-46e4ecadc8a0cd25e546e5cb22cd515e44435511.tar.bz2 opensim-SC_OLD-46e4ecadc8a0cd25e546e5cb22cd515e44435511.tar.xz |
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
-rw-r--r-- | bin/Robust.ini.example | 4 | ||||
-rw-r--r-- | prebuild.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/bin/Robust.ini.example b/bin/Robust.ini.example index d932ce7..b98132e 100644 --- a/bin/Robust.ini.example +++ b/bin/Robust.ini.example | |||
@@ -18,13 +18,13 @@ | |||
18 | ; Set path to directory for plugin registry. Information | 18 | ; Set path to directory for plugin registry. Information |
19 | ; about the registered repositories and installed plugins | 19 | ; about the registered repositories and installed plugins |
20 | ; will be stored here | 20 | ; will be stored here |
21 | ; The Robust.exe process must hvae R/W access to the location | 21 | ; The Robust.exe process must have R/W access to the location |
22 | RegistryLocation = "." | 22 | RegistryLocation = "." |
23 | 23 | ||
24 | 24 | ||
25 | ; Modular configurations | 25 | ; Modular configurations |
26 | ; Set path to directory for modular ini files... | 26 | ; Set path to directory for modular ini files... |
27 | ; The Robust.exe process must hvae R/W access to the location | 27 | ; The Robust.exe process must have R/W access to the location |
28 | ConfigDirectory = "/home/opensim/etc/Configs" | 28 | ConfigDirectory = "/home/opensim/etc/Configs" |
29 | 29 | ||
30 | [ServiceList] | 30 | [ServiceList] |
diff --git a/prebuild.xml b/prebuild.xml index 2d35529..29d7c90 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1635,7 +1635,7 @@ | |||
1635 | <Reference name="System.Xml"/> | 1635 | <Reference name="System.Xml"/> |
1636 | <Reference name="System.Drawing"/> | 1636 | <Reference name="System.Drawing"/> |
1637 | <Reference name="System.Web"/> | 1637 | <Reference name="System.Web"/> |
1638 | <Reference name="Ionic.Zip"/> | 1638 | <Reference name="Ionic.Zip" path="../../../bin/"/> |
1639 | <Reference name="NDesk.Options" path="../../../bin/"/> | 1639 | <Reference name="NDesk.Options" path="../../../bin/"/> |
1640 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> | 1640 | <Reference name="OpenMetaverseTypes" path="../../../bin/"/> |
1641 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> | 1641 | <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> |