aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-06-15 02:51:52 +0100
committerJustin Clark-Casey (justincc)2012-06-15 02:51:52 +0100
commit94517c8d5c63f9e8a1ea9a83b04db956f27aa25d (patch)
treeb38f309e24df668dc9b422daf69ce9273e09dee7 /prebuild.xml
parentAdd main instance to internal MainServer.m_Servers list to simplify internal ... (diff)
downloadopensim-SC_OLD-94517c8d5c63f9e8a1ea9a83b04db956f27aa25d.zip
opensim-SC_OLD-94517c8d5c63f9e8a1ea9a83b04db956f27aa25d.tar.gz
opensim-SC_OLD-94517c8d5c63f9e8a1ea9a83b04db956f27aa25d.tar.bz2
opensim-SC_OLD-94517c8d5c63f9e8a1ea9a83b04db956f27aa25d.tar.xz
Make the "debug http" command available for robust as well as the simulator. This allows one to see incoming requests as they happen.
This required making everything use the common MainServer class for registering and retrieving http servers, rather than duplicate structures.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d02f2b9..45f58c7 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1385,6 +1385,7 @@
1385 <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/> 1385 <Reference name="OpenMetaverse.StructuredData" path="../../bin/"/>
1386 <Reference name="OpenSim.Framework"/> 1386 <Reference name="OpenSim.Framework"/>
1387 <Reference name="OpenSim.Framework.Console"/> 1387 <Reference name="OpenSim.Framework.Console"/>
1388 <Reference name="OpenSim.Framework.Servers"/>
1388 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 1389 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
1389 <Reference name="OpenSim.Server.Base"/> 1390 <Reference name="OpenSim.Server.Base"/>
1390 <Reference name="OpenSim.Server.Handlers"/> 1391 <Reference name="OpenSim.Server.Handlers"/>