diff options
author | Melanie | 2009-08-19 04:39:02 +0100 |
---|---|---|
committer | Melanie | 2009-08-19 04:39:02 +0100 |
commit | 99c7a43ffdb9c3b4dee984f7cd788742c6ee3e53 (patch) | |
tree | 81cbdfaeae6ce37ce16463c602e6cb8b9077f275 /prebuild.xml | |
parent | Fixes mantis #4020 (http://opensimulator.org/mantis/view.php?id=4020) (diff) | |
download | opensim-SC_OLD-99c7a43ffdb9c3b4dee984f7cd788742c6ee3e53.zip opensim-SC_OLD-99c7a43ffdb9c3b4dee984f7cd788742c6ee3e53.tar.gz opensim-SC_OLD-99c7a43ffdb9c3b4dee984f7cd788742c6ee3e53.tar.bz2 opensim-SC_OLD-99c7a43ffdb9c3b4dee984f7cd788742c6ee3e53.tar.xz |
Add rest console support to the user server. Will ask new questions at
startup. To use, run it normally once, answering the questions, then
run again with -console=rest.
Also now supports -console=basic for a console that reads stdin
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 5e44169..4f110c4 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1178,6 +1178,7 @@ | |||
1178 | <Reference name="OpenMetaverse.StructuredData.dll"/> | 1178 | <Reference name="OpenMetaverse.StructuredData.dll"/> |
1179 | <Reference name="XMLRPC.dll"/> | 1179 | <Reference name="XMLRPC.dll"/> |
1180 | <Reference name="log4net.dll"/> | 1180 | <Reference name="log4net.dll"/> |
1181 | <Reference name="Nini.dll"/> | ||
1181 | <Reference name="DotNetOpenId.dll"/> | 1182 | <Reference name="DotNetOpenId.dll"/> |
1182 | 1183 | ||
1183 | <Files> | 1184 | <Files> |