mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
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... ;-)
This commit is contained in:
@@ -467,7 +467,9 @@
|
||||
<Reference name="HttpServer.dll"/>
|
||||
|
||||
<Files>
|
||||
<Match pattern="*.cs" recurse="true"/>
|
||||
<Match pattern="*.cs" recurse="true">
|
||||
<Exclude name="OSHttpServer" pattern="OSHttp*.cs" />
|
||||
</Match>
|
||||
</Files>
|
||||
</Project>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user