diff options
author | lbsa71 | 2007-07-02 08:03:11 +0000 |
---|---|---|
committer | lbsa71 | 2007-07-02 08:03:11 +0000 |
commit | 686f6a83319eaccd27f426eda82c020246566963 (patch) | |
tree | 1a2f4d75316282d4d36de11789af7d0e91950254 /prebuild.xml | |
parent | * Applied Weathros/tedd's IP v6 patch (diff) | |
download | opensim-SC_OLD-686f6a83319eaccd27f426eda82c020246566963.zip opensim-SC_OLD-686f6a83319eaccd27f426eda82c020246566963.tar.gz opensim-SC_OLD-686f6a83319eaccd27f426eda82c020246566963.tar.bz2 opensim-SC_OLD-686f6a83319eaccd27f426eda82c020246566963.tar.xz |
* Fixed Issue #161 by using PhysicsScene.Null instead of BasePhysicsScene
* Hid NullPhysicsScene for great justice
* Fixed broken Grid build
Diffstat (limited to 'prebuild.xml')
-rw-r--r-- | prebuild.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml index feab3ee..29c2a67 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -699,6 +699,7 @@ | |||
699 | </Configuration> | 699 | </Configuration> |
700 | 700 | ||
701 | <ReferencePath>../../../../bin/</ReferencePath> | 701 | <ReferencePath>../../../../bin/</ReferencePath> |
702 | <ReferencePath>../../../../bin/Physics/</ReferencePath> | ||
702 | 703 | ||
703 | <Reference name="libsecondlife.dll"/> | 704 | <Reference name="libsecondlife.dll"/> |
704 | <Reference name="System" localCopy="false"/> | 705 | <Reference name="System" localCopy="false"/> |
@@ -709,7 +710,6 @@ | |||
709 | <Reference name="OpenSim.Framework"/> | 710 | <Reference name="OpenSim.Framework"/> |
710 | <Reference name="OpenSim.Framework.UserManagement"/> | 711 | <Reference name="OpenSim.Framework.UserManagement"/> |
711 | <Reference name="OpenSim.Region.Physics.Manager"/> | 712 | <Reference name="OpenSim.Region.Physics.Manager"/> |
712 | <Reference name="OpenSim.Region.Physics.BasicPhysicsPlugin"/> | ||
713 | <Reference name="XMLRPC.dll"/> | 713 | <Reference name="XMLRPC.dll"/> |
714 | <Reference name="OpenSim.Region.GridInterfaces.Local"/> | 714 | <Reference name="OpenSim.Region.GridInterfaces.Local"/> |
715 | <Reference name="OpenSim.Framework.Servers"/> | 715 | <Reference name="OpenSim.Framework.Servers"/> |