diff options
Diffstat (limited to '.nant')
-rw-r--r-- | .nant/bamboo.build | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.nant/bamboo.build b/.nant/bamboo.build index fbe17f8..04b696d 100644 --- a/.nant/bamboo.build +++ b/.nant/bamboo.build | |||
@@ -29,8 +29,6 @@ | |||
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 | 31 | ||
32 | <!-- Copy the 64 bit libode.so to bin/ for testing. --> | ||
33 | <copy file="/home/teravus/olibs/libode.so" tofile="../bin/libode.so" /> | ||
34 | 32 | ||
35 | <!-- Run the tests. --> | 33 | <!-- Run the tests. --> |
36 | <nunit2 failonerror="false"> | 34 | <nunit2 failonerror="false"> |