aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorRobert Adams2013-01-27 13:37:58 -0800
committerRobert Adams2013-01-27 13:37:58 -0800
commitaea90c198faba3af6cbf0c5be8d56738b86bc91d (patch)
treeebaa2235b95efdb9c11b97731041d13643c074c3 /prebuild.xml
parentBulletSim: fix reference path for BulletSim tests in prebuild.xml (diff)
downloadopensim-SC_OLD-aea90c198faba3af6cbf0c5be8d56738b86bc91d.zip
opensim-SC_OLD-aea90c198faba3af6cbf0c5be8d56738b86bc91d.tar.gz
opensim-SC_OLD-aea90c198faba3af6cbf0c5be8d56738b86bc91d.tar.bz2
opensim-SC_OLD-aea90c198faba3af6cbf0c5be8d56738b86bc91d.tar.xz
BulletSim: reorder dependencies for tests and specify path for meshing dll since it is placed in the Physics directory
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/prebuild.xml b/prebuild.xml
index ddb7243..24299ff 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3379,10 +3379,11 @@
3379 <Reference name="log4net" path="../../../../../bin/"/> 3379 <Reference name="log4net" path="../../../../../bin/"/>
3380 <Reference name="nunit.framework" path="../../../../../bin/"/> 3380 <Reference name="nunit.framework" path="../../../../../bin/"/>
3381 <Reference name="OpenSim.Framework"/> 3381 <Reference name="OpenSim.Framework"/>
3382 <Reference name="OpenSim.Region.Physics.BulletSPlugin" path="../../../../../bin/Physics/"/>
3383 <Reference name="OpenSim.Region.Physics.Manager"/>
3384 <Reference name="OpenSim.Region.Physics.Meshing"/>
3385 <Reference name="OpenSim.Tests.Common"/> 3382 <Reference name="OpenSim.Tests.Common"/>
3383 <Reference name="OpenSim.Region.CoreModules"/>
3384 <Reference name="OpenSim.Region.Physics.Meshing" path="../../../../../bin/Physics/"/>
3385 <Reference name="OpenSim.Region.Physics.Manager"/>
3386 <Reference name="OpenSim.Region.Physics.BulletSPlugin" path="../../../../../bin/Physics/"/>
3386 3387
3387 <Files> 3388 <Files>
3388 <Match pattern="*.cs" recurse="false"/> 3389 <Match pattern="*.cs" recurse="false"/>