aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-10-09 19:32:55 +0000
committerJustin Clarke Casey2008-10-09 19:32:55 +0000
commit5a3827c317a66100b920f48f799404012eb9cebd (patch)
tree0f19c0bf883665e73e69b5a8a4df269182bc15d6 /prebuild.xml
parent* Update CONTRIBUTORS with quite a few people from the last few months (diff)
downloadopensim-SC_OLD-5a3827c317a66100b920f48f799404012eb9cebd.zip
opensim-SC_OLD-5a3827c317a66100b920f48f799404012eb9cebd.tar.gz
opensim-SC_OLD-5a3827c317a66100b920f48f799404012eb9cebd.tar.bz2
opensim-SC_OLD-5a3827c317a66100b920f48f799404012eb9cebd.tar.xz
* Put tests dll *after* the code it relies on. (repeat to self: always do nant clean after fiddling with prebuild.xml)
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml44
1 files changed, 22 insertions, 22 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 8af2909..f5a0c20 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -943,28 +943,6 @@
943 </Project> 943 </Project>
944 944
945 <!-- ClientStack Plugins --> 945 <!-- ClientStack Plugins -->
946 <Project name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/LindenUDP/Tests" type="Library">
947 <Configuration name="Debug">
948 <Options>
949 <OutputPath>../../../../../bin/</OutputPath>
950 </Options>
951 </Configuration>
952 <Configuration name="Release">
953 <Options>
954 <OutputPath>../../../../../bin/</OutputPath>
955 </Options>
956 </Configuration>
957
958 <ReferencePath>../../../../../bin/</ReferencePath>
959 <Reference name="OpenSim.Region.ClientStack"/>
960 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
961 <Reference name="nunit.framework.dll" />
962
963 <Files>
964 <Match pattern="*.cs" recurse="false"/>
965 </Files>
966 </Project>
967
968 <Project name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/LindenUDP" type="Library"> 946 <Project name="OpenSim.Region.ClientStack.LindenUDP" path="OpenSim/Region/ClientStack/LindenUDP" type="Library">
969 <Configuration name="Debug"> 947 <Configuration name="Debug">
970 <Options> 948 <Options>
@@ -1001,6 +979,28 @@
1001 </Files> 979 </Files>
1002 </Project> 980 </Project>
1003 981
982 <Project name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/LindenUDP/Tests" type="Library">
983 <Configuration name="Debug">
984 <Options>
985 <OutputPath>../../../../../bin/</OutputPath>
986 </Options>
987 </Configuration>
988 <Configuration name="Release">
989 <Options>
990 <OutputPath>../../../../../bin/</OutputPath>
991 </Options>
992 </Configuration>
993
994 <ReferencePath>../../../../../bin/</ReferencePath>
995 <Reference name="OpenSim.Region.ClientStack"/>
996 <Reference name="OpenSim.Region.ClientStack.LindenUDP"/>
997 <Reference name="nunit.framework.dll" />
998
999 <Files>
1000 <Match pattern="*.cs" recurse="false"/>
1001 </Files>
1002 </Project>
1003
1004 <!-- Datastore Plugins --> 1004 <!-- Datastore Plugins -->
1005 <Project name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library"> 1005 <Project name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
1006 <Configuration name="Debug"> 1006 <Configuration name="Debug">