aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant/bamboo.build
diff options
context:
space:
mode:
Diffstat (limited to '.nant/bamboo.build')
-rw-r--r--.nant/bamboo.build7
1 files changed, 2 insertions, 5 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build
index d9b128b..3df501a 100644
--- a/.nant/bamboo.build
+++ b/.nant/bamboo.build
@@ -26,9 +26,7 @@
26 <!-- Re-create the directory containig test results. --> 26 <!-- Re-create the directory containig test results. -->
27 <delete dir="../test-results" /> 27 <delete dir="../test-results" />
28 <mkdir dir="../test-results" /> 28 <mkdir dir="../test-results" />
29 <!-- Copy the OdePlugin dll to bin/ for testing. --> 29
30 <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
31
32 <!-- Copy the 64 bit ode library to bin/ for testing. --> 30 <!-- Copy the 64 bit ode library to bin/ for testing. -->
33 <copy file="/home/buildsystem/libode.so" tofile="../bin/libode.so" /> 31 <copy file="/home/buildsystem/libode.so" tofile="../bin/libode.so" />
34 <exec program="chmod" useruntimeengine="false" commandline="755 ../bin/libode.so" /> 32 <exec program="chmod" useruntimeengine="false" commandline="755 ../bin/libode.so" />
@@ -46,8 +44,7 @@
46 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" /> 44 <include name="../bin/OpenSim.Region.ScriptEngine.Shared.CodeTools.Tests.dll" />
47 <include name="../bin/OpenSim.Region.Environment.Tests.dll" /> 45 <include name="../bin/OpenSim.Region.Environment.Tests.dll" />
48 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" /> 46 <include name="../bin/OpenSim.Data.SQLite.Tests.dll" />
49 <include name="../bin/OpenSim.Data.MySQL.Tests.dll" /> 47 <include name="../bin/OpenSim.Data.MySQL.Tests.dll" />
50 <include name="../bin/OpenSim.Region.Physics.OdePlugin.dll" />
51 48
52 </assemblies> 49 </assemblies>
53 </test> 50 </test>