diff options
author | Teravus Ovares | 2008-12-22 21:01:56 +0000 |
---|---|---|
committer | Teravus Ovares | 2008-12-22 21:01:56 +0000 |
commit | 15dde1ff4af66b226adef90355462d3220ac465e (patch) | |
tree | 78e0fe8b64304802358d07979811fc9d64dd2ba5 /.nant/bamboo.build | |
parent | * Add odeplugin to the nant locals.. (diff) | |
download | opensim-SC-15dde1ff4af66b226adef90355462d3220ac465e.zip opensim-SC-15dde1ff4af66b226adef90355462d3220ac465e.tar.gz opensim-SC-15dde1ff4af66b226adef90355462d3220ac465e.tar.bz2 opensim-SC-15dde1ff4af66b226adef90355462d3220ac465e.tar.xz |
* Make build work again while working on a different strategy.
Diffstat (limited to '')
-rw-r--r-- | .nant/bamboo.build | 7 |
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> |