aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDr Scofield2008-05-29 15:46:54 +0000
committerDr Scofield2008-05-29 15:46:54 +0000
commitd7ec68669151b75cba1a5a213c653b4d365cf962 (patch)
tree2c9cd41eb4903dc91574d02fafcfe4d3eb6891ba /prebuild.xml
parentattempting to get to the bottom of unresponsive grids servers by (diff)
downloadopensim-SC_OLD-d7ec68669151b75cba1a5a213c653b4d365cf962.zip
opensim-SC_OLD-d7ec68669151b75cba1a5a213c653b4d365cf962.tar.gz
opensim-SC_OLD-d7ec68669151b75cba1a5a213c653b4d365cf962.tar.bz2
opensim-SC_OLD-d7ec68669151b75cba1a5a213c653b4d365cf962.tar.xz
this is a snapshot of the OSHttpServer work-in-progress. it's an initial skeleton,
far from complete, just want to check in early and often.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml38
1 files changed, 2 insertions, 36 deletions
diff --git a/prebuild.xml b/prebuild.xml
index b2a2bd8..2122d9e 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -457,6 +457,7 @@
457 <Reference name="libsecondlife.dll"/> 457 <Reference name="libsecondlife.dll"/>
458 <Reference name="XMLRPC.dll"/> 458 <Reference name="XMLRPC.dll"/>
459 <Reference name="log4net"/> 459 <Reference name="log4net"/>
460 <Reference name="HttpServer"/>
460 461
461 <Files> 462 <Files>
462 <Match pattern="*.cs" recurse="true"/> 463 <Match pattern="*.cs" recurse="true"/>
@@ -1125,6 +1126,7 @@
1125 <Match pattern="*.cs" recurse="false"/> 1126 <Match pattern="*.cs" recurse="false"/>
1126 </Files> 1127 </Files>
1127 </Project> 1128 </Project>
1129
1128 <Project name="OpenSim.ApplicationPlugins.Rest.Regions" 1130 <Project name="OpenSim.ApplicationPlugins.Rest.Regions"
1129 path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library"> 1131 path="OpenSim/ApplicationPlugins/Rest/Regions" type="Library">
1130 <Configuration name="Debug"> 1132 <Configuration name="Debug">
@@ -1163,42 +1165,6 @@
1163 </Project> 1165 </Project>
1164 <!-- /REST plugins --> 1166 <!-- /REST plugins -->
1165 1167
1166
1167
1168 <Project name="OpenSim.ApplicationPlugins.RemoteInventoryController" path="OpenSim/ApplicationPlugins/RemoteInventoryController" type="Library">
1169 <Configuration name="Debug">
1170 <Options>
1171 <OutputPath>../../../bin/</OutputPath>
1172 </Options>
1173 </Configuration>
1174 <Configuration name="Release">
1175 <Options>
1176 <OutputPath>../../../bin/</OutputPath>
1177 </Options>
1178 </Configuration>
1179
1180 <ReferencePath>../../../bin/</ReferencePath>
1181 <Reference name="Mono.Addins.dll" />
1182 <Reference name="System"/>
1183 <Reference name="System.Xml"/>
1184 <Reference name="libsecondlife.dll" />
1185 <Reference name="Nini.dll" />
1186 <Reference name="XMLRPC.dll" />
1187 <Reference name="OpenSim"/>
1188 <Reference name="OpenSim.Region.ClientStack"/>
1189 <Reference name="OpenSim.Region.Environment"/>
1190 <Reference name="OpenSim.Framework"/>
1191 <Reference name="OpenSim.Framework.Servers"/>
1192 <Reference name="OpenSim.Framework.Console"/>
1193 <Reference name="OpenSim.Framework.Communications"/>
1194 <Reference name="OpenSim.Framework.Communications.Cache"/>
1195 <Reference name="log4net"/>
1196
1197 <Files>
1198 <Match pattern="*.cs" recurse="true"/>
1199 </Files>
1200 </Project>
1201
1202 <!-- Scene Server API Example Apps --> 1168 <!-- Scene Server API Example Apps -->
1203 1169
1204 <Project name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library"> 1170 <Project name="OpenSim.Region.DataSnapshot" path="OpenSim/Region/DataSnapshot" type="Library">