diff options
author | Justin Clark-Casey (justincc) | 2011-10-12 21:31:22 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-12 21:31:22 +0100 |
commit | f5f7ca47ea7a27fb7f82367cc7a4e04e11cb5155 (patch) | |
tree | a95a6a23409f921793638c51fd31b53cdecd671f /prebuild.xml | |
parent | When shutting down XEngine, log how many scripts are being shutdown so the us... (diff) | |
download | opensim-SC_OLD-f5f7ca47ea7a27fb7f82367cc7a4e04e11cb5155.zip opensim-SC_OLD-f5f7ca47ea7a27fb7f82367cc7a4e04e11cb5155.tar.gz opensim-SC_OLD-f5f7ca47ea7a27fb7f82367cc7a4e04e11cb5155.tar.bz2 opensim-SC_OLD-f5f7ca47ea7a27fb7f82367cc7a4e04e11cb5155.tar.xz |
Bring LindenUDP.Tests back from the dead. No tests are running.
Code drift means that most of this stuff doesn't compile but the structure is still useful.
Diffstat (limited to '')
-rw-r--r-- | prebuild.xml | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/prebuild.xml b/prebuild.xml index c2e024a..8a45156 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -3067,27 +3067,26 @@ | |||
3067 | </Files> | 3067 | </Files> |
3068 | </Project> | 3068 | </Project> |
3069 | 3069 | ||
3070 | <!-- Commented for now until new unit tests are written for the new LLUDP implementation | 3070 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/Linden/UDP/Tests" type="Library"> |
3071 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/LindenUDP/Tests" type="Library"> | ||
3072 | <Configuration name="Debug"> | 3071 | <Configuration name="Debug"> |
3073 | <Options> | 3072 | <Options> |
3074 | <OutputPath>../../../../../bin/</OutputPath> | 3073 | <OutputPath>../../../../../../bin/</OutputPath> |
3075 | </Options> | 3074 | </Options> |
3076 | </Configuration> | 3075 | </Configuration> |
3077 | <Configuration name="Release"> | 3076 | <Configuration name="Release"> |
3078 | <Options> | 3077 | <Options> |
3079 | <OutputPath>../../../../../bin/</OutputPath> | 3078 | <OutputPath>../../../../../../bin/</OutputPath> |
3080 | </Options> | 3079 | </Options> |
3081 | </Configuration> | 3080 | </Configuration> |
3082 | 3081 | ||
3083 | <ReferencePath>../../../../../bin/</ReferencePath> | 3082 | <ReferencePath>../../../../../../bin/</ReferencePath> |
3084 | <Reference name="System"/> | 3083 | <Reference name="System"/> |
3085 | <Reference name="System.Xml"/> | 3084 | <Reference name="System.Xml"/> |
3086 | <Reference name="log4net"/> | 3085 | <Reference name="log4net" path="../../../../../../bin/"/> |
3087 | <Reference name="Nini" /> | 3086 | <Reference name="Nini" path="../../../../../../bin/"/> |
3088 | <Reference name="nunit.framework" /> | 3087 | <Reference name="nunit.framework" path="../../../../../../bin/"/> |
3089 | <Reference name="OpenMetaverse"/> | 3088 | <Reference name="OpenMetaverse" path="../../../../../../bin/"/> |
3090 | <Reference name="OpenMetaverseTypes"/> | 3089 | <Reference name="OpenMetaverseTypes" path="../../../../../../bin/"/> |
3091 | <Reference name="OpenSim.Framework"/> | 3090 | <Reference name="OpenSim.Framework"/> |
3092 | <Reference name="OpenSim.Framework.Communications"/> | 3091 | <Reference name="OpenSim.Framework.Communications"/> |
3093 | <Reference name="OpenSim.Framework.Statistics"/> | 3092 | <Reference name="OpenSim.Framework.Statistics"/> |
@@ -3101,7 +3100,6 @@ | |||
3101 | <Match pattern="*.cs" recurse="false"/> | 3100 | <Match pattern="*.cs" recurse="false"/> |
3102 | </Files> | 3101 | </Files> |
3103 | </Project> | 3102 | </Project> |
3104 | --> | ||
3105 | 3103 | ||
3106 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> | 3104 | <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> |
3107 | <Configuration name="Debug"> | 3105 | <Configuration name="Debug"> |