aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorDiva Canto2013-07-11 14:21:57 -0700
committerDiva Canto2013-07-11 14:21:57 -0700
commit51d106cff88334e1b9eb3628f7bdb8d6a18af4f6 (patch)
tree14fcef662bc28c1ef5606756140922c19716dbe0 /prebuild.xml
parentChanged the UserProfileModule so that it's less greedy in terms of thread usage. (diff)
downloadopensim-SC_OLD-51d106cff88334e1b9eb3628f7bdb8d6a18af4f6.zip
opensim-SC_OLD-51d106cff88334e1b9eb3628f7bdb8d6a18af4f6.tar.gz
opensim-SC_OLD-51d106cff88334e1b9eb3628f7bdb8d6a18af4f6.tar.bz2
opensim-SC_OLD-51d106cff88334e1b9eb3628f7bdb8d6a18af4f6.tar.xz
Added a test for the asset service
Diffstat (limited to '')
-rw-r--r--prebuild.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d9e32ea..c7463e4 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2631,6 +2631,33 @@
2631 </Project> 2631 </Project>
2632 2632
2633 <!-- Test Clients --> 2633 <!-- Test Clients -->
2634 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.AssetClient" path="OpenSim/Tests/Clients/Assets" type="Exe">
2635 <Configuration name="Debug">
2636 <Options>
2637 <OutputPath>../../../../bin/</OutputPath>
2638 </Options>
2639 </Configuration>
2640 <Configuration name="Release">
2641 <Options>
2642 <OutputPath>../../../../bin/</OutputPath>
2643 </Options>
2644 </Configuration>
2645
2646 <ReferencePath>../../../../bin/</ReferencePath>
2647 <Reference name="System"/>
2648 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
2649 <Reference name="OpenMetaverse" path="../../../../bin/"/>
2650 <Reference name="OpenSim.Framework"/>
2651 <Reference name="OpenSim.Services.Interfaces"/>
2652 <Reference name="OpenSim.Services.Connectors"/>
2653 <Reference name="Nini" path="../../../../bin/"/>
2654 <Reference name="log4net" path="../../../../bin/"/>
2655
2656 <Files>
2657 <Match pattern="*.cs" recurse="true"/>
2658 </Files>
2659 </Project>
2660
2634 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe"> 2661 <Project frameworkVersion="v3_5" name="OpenSim.Tests.Clients.GridClient" path="OpenSim/Tests/Clients/Grid" type="Exe">
2635 <Configuration name="Debug"> 2662 <Configuration name="Debug">
2636 <Options> 2663 <Options>