aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie2009-09-30 19:25:48 +0100
committerMelanie2009-09-30 19:25:48 +0100
commit8d35cd90615b0048607375560edb56e4b39c4c12 (patch)
tree332c1e57954e6402dbdf5cd4208df7fce1322cac /prebuild.xml
parentRemove the dll for the removed tests (diff)
downloadopensim-SC_OLD-8d35cd90615b0048607375560edb56e4b39c4c12.zip
opensim-SC_OLD-8d35cd90615b0048607375560edb56e4b39c4c12.tar.gz
opensim-SC_OLD-8d35cd90615b0048607375560edb56e4b39c4c12.tar.bz2
opensim-SC_OLD-8d35cd90615b0048607375560edb56e4b39c4c12.tar.xz
Remove more tests that don't apply to this build
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 9dc417a..70f5cfd 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3699,40 +3699,6 @@
3699 </Files> 3699 </Files>
3700 </Project> 3700 </Project>
3701 3701
3702 <Project frameworkVersion="v3_5" name="OpenSim.Server.Handlers.Tests" path="OpenSim/Server/Handlers/Tests" type="Library">
3703 <Configuration name="Debug">
3704 <Options>
3705 <OutputPath>../../../../bin/</OutputPath>
3706 </Options>
3707 </Configuration>
3708 <Configuration name="Release">
3709 <Options>
3710 <OutputPath>../../../../bin/</OutputPath>
3711 </Options>
3712 </Configuration>
3713
3714 <ReferencePath>../../../../bin/</ReferencePath>
3715 <Reference name="System"/>
3716 <Reference name="System.Xml"/>
3717 <Reference name="OpenMetaverseTypes.dll"/>
3718 <Reference name="OpenMetaverse.dll"/>
3719 <Reference name="nunit.framework.dll" />
3720 <Reference name="OpenSim.Framework"/>
3721 <Reference name="OpenSim.Framework.Console"/>
3722 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3723 <Reference name="OpenSim.Server.Handlers"/>
3724 <Reference name="OpenSim.Server.Base"/>
3725 <Reference name="OpenSim.Services.Base" />
3726 <Reference name="OpenSim.Services.Interfaces"/>
3727 <Reference name="OpenSim.Tests.Common"/>
3728 <Reference name="Nini.dll" />
3729 <Reference name="log4net.dll"/>
3730
3731 <Files>
3732 <Match pattern="*.cs" recurse="true"/>
3733 </Files>
3734 </Project>
3735
3736 <?include file="addon-modules/*/prebuild.xml" ?> 3702 <?include file="addon-modules/*/prebuild.xml" ?>
3737 3703
3738 </Solution> 3704 </Solution>