diff options
author | Dr Scofield | 2008-10-06 19:42:03 +0000 |
---|---|---|
committer | Dr Scofield | 2008-10-06 19:42:03 +0000 |
commit | a1f34090326d6d567aecb2052ec4ba0b6c4f52e2 (patch) | |
tree | ecb16e81c39802184fefc72dad585b0976dba8d3 /prebuild.xml | |
parent | * Made Mapitems more failure friendly (diff) | |
download | opensim-SC_OLD-a1f34090326d6d567aecb2052ec4ba0b6c4f52e2.zip opensim-SC_OLD-a1f34090326d6d567aecb2052ec4ba0b6c4f52e2.tar.gz opensim-SC_OLD-a1f34090326d6d567aecb2052ec4ba0b6c4f52e2.tar.bz2 opensim-SC_OLD-a1f34090326d6d567aecb2052ec4ba0b6c4f52e2.tar.xz |
cleaning up OSHttpRequest removing old Http stuff. also adding test
case for OSHttpRequest (not very fancy yet, but still).
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml index 6237971..e530213 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -466,6 +466,8 @@ | |||
466 | 466 | ||
467 | <Files> | 467 | <Files> |
468 | <Match pattern="*.cs" recurse="true"> | 468 | <Match pattern="*.cs" recurse="true"> |
469 | <Exclude name="Tests" pattern="Tests" /> | ||
470 | <!-- on temporary suspension --> | ||
469 | <Exclude pattern="OSHttpHandler\.cs" /> | 471 | <Exclude pattern="OSHttpHandler\.cs" /> |
470 | <Exclude pattern="OSHttpHttpHandler\.cs" /> | 472 | <Exclude pattern="OSHttpHttpHandler\.cs" /> |
471 | <Exclude pattern="OSHttpRequestPump\.cs" /> | 473 | <Exclude pattern="OSHttpRequestPump\.cs" /> |
@@ -476,6 +478,35 @@ | |||
476 | </Files> | 478 | </Files> |
477 | </Project> | 479 | </Project> |
478 | 480 | ||
481 | <Project name="OpenSim.Framework.Servers.Tests" path="OpenSim/Framework/Servers/Tests" type="Library"> | ||
482 | <Configuration name="Debug"> | ||
483 | <Options> | ||
484 | <OutputPath>../../../../bin/</OutputPath> | ||
485 | </Options> | ||
486 | </Configuration> | ||
487 | <Configuration name="Release"> | ||
488 | <Options> | ||
489 | <OutputPath>../../../../bin/</OutputPath> | ||
490 | </Options> | ||
491 | </Configuration> | ||
492 | |||
493 | <ReferencePath>../../../../bin/</ReferencePath> | ||
494 | <Reference name="System"/> | ||
495 | <Reference name="System.IO"/> | ||
496 | <Reference name="System.Net"/> | ||
497 | <Reference name="OpenSim.Framework"/> | ||
498 | <Reference name="OpenSim.Framework.Servers"/> | ||
499 | <Reference name="log4net.dll"/> | ||
500 | <Reference name="HttpServer.dll"/> | ||
501 | <Reference name="nunit.framework.dll" /> | ||
502 | |||
503 | <Files> | ||
504 | <Match pattern="*.cs" recurse="true"> | ||
505 | </Match> | ||
506 | </Files> | ||
507 | </Project> | ||
508 | |||
509 | |||
479 | <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> | 510 | <Project name="OpenSim.Region.Physics.Manager" path="OpenSim/Region/Physics/Manager" type="Library"> |
480 | <Configuration name="Debug"> | 511 | <Configuration name="Debug"> |
481 | <Options> | 512 | <Options> |