aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-10-31 23:10:10 +0000
committerJustin Clark-Casey (justincc)2011-10-31 23:10:10 +0000
commit210868a832439bb226dfcf153ca66563300dc2cf (patch)
treee74ba51bc117b8b35cf8fafb06f6e182c2b31cdc /prebuild.xml
parentStop individual bots attempting to download the same asset more than once (diff)
downloadopensim-SC_OLD-210868a832439bb226dfcf153ca66563300dc2cf.zip
opensim-SC_OLD-210868a832439bb226dfcf153ca66563300dc2cf.tar.gz
opensim-SC_OLD-210868a832439bb226dfcf153ca66563300dc2cf.tar.bz2
opensim-SC_OLD-210868a832439bb226dfcf153ca66563300dc2cf.tar.xz
Remove OpenSim.TestSuite
Hasn't been touched since 2009 and wasn't more than another copy of pCampBot
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml28
1 files changed, 0 insertions, 28 deletions
diff --git a/prebuild.xml b/prebuild.xml
index b9201f7..bf11b0f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2549,34 +2549,6 @@
2549 </Files> 2549 </Files>
2550 </Project> 2550 </Project>
2551 2551
2552 <!-- Test Suite -->
2553 <Project frameworkVersion="v3_5" name="OpenSim.TestSuite" path="OpenSim/TestSuite" type="Exe">
2554 <Configuration name="Debug">
2555 <Options>
2556 <OutputPath>../../bin/</OutputPath>
2557 </Options>
2558 </Configuration>
2559 <Configuration name="Release">
2560 <Options>
2561 <OutputPath>../../bin/</OutputPath>
2562 </Options>
2563 </Configuration>
2564
2565 <ReferencePath>../../bin/</ReferencePath>
2566 <Reference name="System"/>
2567 <Reference name="OpenMetaverseTypes" path="../../bin/"/>
2568 <Reference name="OpenMetaverse" path="../../bin/"/>
2569 <Reference name="OpenSim.Framework"/>
2570 <Reference name="OpenSim.Framework.Console"/>
2571 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
2572 <Reference name="Nini" path="../../bin/"/>
2573 <Reference name="log4net" path="../../bin/"/>
2574
2575 <Files>
2576 <Match pattern="*.cs" recurse="true"/>
2577 </Files>
2578 </Project>
2579
2580 <!-- Test Clients --> 2552 <!-- Test Clients -->
2581 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> 2553 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe">
2582 <Configuration name="Debug"> 2554 <Configuration name="Debug">