diff options
-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/"/> |