aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDr Scofield2008-09-25 08:45:26 +0000
committerDr Scofield2008-09-25 08:45:26 +0000
commitc7f08c9c54cb89d5a69cc212926d6b4324bd1cb4 (patch)
treeb7f581568e9ad552716de030706a1fe60f1b4a2d /prebuild.xml
parent* In Standalone, add a persistant account for the OGP user. (diff)
downloadopensim-SC_OLD-c7f08c9c54cb89d5a69cc212926d6b4324bd1cb4.zip
opensim-SC_OLD-c7f08c9c54cb89d5a69cc212926d6b4324bd1cb4.tar.gz
opensim-SC_OLD-c7f08c9c54cb89d5a69cc212926d6b4324bd1cb4.tar.bz2
opensim-SC_OLD-c7f08c9c54cb89d5a69cc212926d6b4324bd1cb4.tar.xz
temporarily excluding OSHttp*.cs from prebuild.xml until they are
adapted to the new HttpServer.dll --- thx to dahlia for checking the new HttpServer code in and it's my fault that the build didn't suceed, well, actually, i blame it on our IP legal nazghuls... ;-)
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index bd6994c..cf48f63 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -467,7 +467,9 @@
467 <Reference name="HttpServer.dll"/> 467 <Reference name="HttpServer.dll"/>
468 468
469 <Files> 469 <Files>
470 <Match pattern="*.cs" recurse="true"/> 470 <Match pattern="*.cs" recurse="true">
471 <Exclude name="OSHttpServer" pattern="OSHttp*.cs" />
472 </Match>
471 </Files> 473 </Files>
472 </Project> 474 </Project>
473 475