aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-12-11 16:40:22 +0000
committerJustin Clarke Casey2008-12-11 16:40:22 +0000
commite02aaaf9db6750867fa74f96861a3d3f8d03693f (patch)
tree672f53945d42ac374965bb238b6be14a70f9282e /prebuild.xml
parentReimplemented running of ShutdownCommandFile. Mantis #2800 (diff)
downloadopensim-SC_OLD-e02aaaf9db6750867fa74f96861a3d3f8d03693f.zip
opensim-SC_OLD-e02aaaf9db6750867fa74f96861a3d3f8d03693f.tar.gz
opensim-SC_OLD-e02aaaf9db6750867fa74f96861a3d3f8d03693f.tar.bz2
opensim-SC_OLD-e02aaaf9db6750867fa74f96861a3d3f8d03693f.tar.xz
* minor: Move mock test classes into mock namespace
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 4308e11..904ea60 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2387,19 +2387,19 @@
2387 </Files> 2387 </Files>
2388 </Project> 2388 </Project>
2389 2389
2390 <Project name="OpenSim.Tests.Infra" path="OpenSim/Tests/Infra" type="Library"> 2390 <Project name="OpenSim.Tests.Infra.Mock" path="OpenSim/Tests/Infra/Mock" type="Library">
2391 <Configuration name="Debug"> 2391 <Configuration name="Debug">
2392 <Options> 2392 <Options>
2393 <OutputPath>../../../bin/</OutputPath> 2393 <OutputPath>../../../../bin/</OutputPath>
2394 </Options> 2394 </Options>
2395 </Configuration> 2395 </Configuration>
2396 <Configuration name="Release"> 2396 <Configuration name="Release">
2397 <Options> 2397 <Options>
2398 <OutputPath>../../../bin/</OutputPath> 2398 <OutputPath>../../../../bin/</OutputPath>
2399 </Options> 2399 </Options>
2400 </Configuration> 2400 </Configuration>
2401 2401
2402 <ReferencePath>../../../bin/</ReferencePath> 2402 <ReferencePath>../../../../bin/</ReferencePath>
2403 <Reference name="System" localCopy="false"/> 2403 <Reference name="System" localCopy="false"/>
2404 <Reference name="OpenMetaverse.dll"/> 2404 <Reference name="OpenMetaverse.dll"/>
2405 <Reference name="OpenMetaverseTypes.dll"/> 2405 <Reference name="OpenMetaverseTypes.dll"/>
@@ -2652,7 +2652,7 @@
2652 2652
2653 <!-- Unit tests --> 2653 <!-- Unit tests -->
2654 <!-- <Reference name="OpenSim.Tests.Common"/> --> 2654 <!-- <Reference name="OpenSim.Tests.Common"/> -->
2655 <Reference name="OpenSim.Tests.Infra"/> 2655 <Reference name="OpenSim.Tests.Infra.Mock"/>
2656 <Reference name="Nini.dll"/> 2656 <Reference name="Nini.dll"/>
2657 <Reference name="nunit.framework.dll"/> 2657 <Reference name="nunit.framework.dll"/>
2658 2658