diff options
Diffstat (limited to '.nant')
-rw-r--r-- | .nant/bamboo.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index 8c66423..3581a52 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -29,7 +29,7 @@ | |||
29 | <!-- Copy the OdePlugin dll to bin/ for testing. --> | 29 | <!-- Copy the OdePlugin dll to bin/ for testing. --> |
30 | <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" /> | 30 | <copy file="../bin/Physics/OpenSim.Region.Physics.OdePlugin.dll" tofile="../bin/OpenSim.Region.Physics.OdePlugin.dll" /> |
31 | <!-- Copy the 64 bit ode library to bin/ for testing. --> | 31 | <!-- Copy the 64 bit ode library to bin/ for testing. --> |
32 | <copy file="~/libode.so" tofile="../bin/libode.so" /> | 32 | <copy file="/home/buildsystem/libode.so" tofile="../bin/libode.so" /> |
33 | 33 | ||
34 | <!-- Run the tests. --> | 34 | <!-- Run the tests. --> |
35 | <nunit2 failonerror="false" verbose="true"> | 35 | <nunit2 failonerror="false" verbose="true"> |