aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorlbsa712007-03-27 10:40:25 +0000
committerlbsa712007-03-27 10:40:25 +0000
commitb9c73c4859fd267cded06f44d3fe86157e5e9f3d (patch)
treeb3e496166d9e3d37ca74f8ece6bbea247b7a5282 /prebuild.xml
parentAdded REST-handler interface for the http server and changed the Admin Web fr... (diff)
downloadopensim-SC_OLD-b9c73c4859fd267cded06f44d3fe86157e5e9f3d.zip
opensim-SC_OLD-b9c73c4859fd267cded06f44d3fe86157e5e9f3d.tar.gz
opensim-SC_OLD-b9c73c4859fd267cded06f44d3fe86157e5e9f3d.tar.bz2
opensim-SC_OLD-b9c73c4859fd267cded06f44d3fe86157e5e9f3d.tar.xz
* Enabled the OpenSim.Servers project
Diffstat (limited to '')
-rw-r--r--prebuild.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml
index ee8a2ac..d1030af 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -95,7 +95,7 @@
95 </Files> 95 </Files>
96 </Project> 96 </Project>
97 97
98 <!-- Project name="OpenSim.Servers" path="Servers" type="Library"> 98 <Project name="OpenSim.Servers" path="Servers" type="Library">
99 <Configuration name="Debug"> 99 <Configuration name="Debug">
100 <Options> 100 <Options>
101 <OutputPath>../bin/</OutputPath> 101 <OutputPath>../bin/</OutputPath>
@@ -117,7 +117,7 @@
117 <Files> 117 <Files>
118 <Match pattern="*.cs" recurse="true"/> 118 <Match pattern="*.cs" recurse="true"/>
119 </Files> 119 </Files>
120 </Project --> 120 </Project>
121 121
122 <!-- OGS projects --> 122 <!-- OGS projects -->
123 123