aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.nant
diff options
context:
space:
mode:
authorTeravus Ovares2008-09-26 08:35:21 +0000
committerTeravus Ovares2008-09-26 08:35:21 +0000
commitf36fab7e3363dbac2dd9a2584d7610982da37f12 (patch)
tree5451b1213240b086b54669c4777b4de9512d077d /.nant
parentBringing the OSSLPrim back. Prim.Rotation, etc, will now work again. (diff)
downloadopensim-SC_OLD-f36fab7e3363dbac2dd9a2584d7610982da37f12.zip
opensim-SC_OLD-f36fab7e3363dbac2dd9a2584d7610982da37f12.tar.gz
opensim-SC_OLD-f36fab7e3363dbac2dd9a2584d7610982da37f12.tar.bz2
opensim-SC_OLD-f36fab7e3363dbac2dd9a2584d7610982da37f12.tar.xz
* Update the bamboo build to not copy the custom libode.so out of my home directory on the server.. as it's no longer there.
Diffstat (limited to '.nant')
-rw-r--r--.nant/bamboo.build2
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">