aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorCharles Krinke2009-02-22 20:52:55 +0000
committerCharles Krinke2009-02-22 20:52:55 +0000
commit8f55b9d735fbc975ce7a4b54e972c17ffbfb1f49 (patch)
tree96a24a49de82056060dd9b7bab0cb209d5f1a129 /prebuild.xml
parentAllow delivery of object messages gridwide (diff)
downloadopensim-SC_OLD-8f55b9d735fbc975ce7a4b54e972c17ffbfb1f49.zip
opensim-SC_OLD-8f55b9d735fbc975ce7a4b54e972c17ffbfb1f49.tar.gz
opensim-SC_OLD-8f55b9d735fbc975ce7a4b54e972c17ffbfb1f49.tar.bz2
opensim-SC_OLD-8f55b9d735fbc975ce7a4b54e972c17ffbfb1f49.tar.xz
Mantis#3218. Thank you kindly, TLaukkan (Tommil) for a patch that:
* Added log4net dependency to physxplugin in prebuild.xml. * Added missing m_log fields to classes. * Replaced Console.WriteLine with appropriate m_log.Xxxx * Tested that nant test target runs succesfully. * Tested that local opensim sandbox starts up without errors.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f4fd32e..bcaae4f 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -417,6 +417,7 @@
417 <Reference name="PhysX_Wrapper_Dotnet.dll"/> 417 <Reference name="PhysX_Wrapper_Dotnet.dll"/>
418 <Reference name="OpenSim.Framework"/> 418 <Reference name="OpenSim.Framework"/>
419 <Reference name="OpenSim.Region.Physics.Manager"/> 419 <Reference name="OpenSim.Region.Physics.Manager"/>
420 <Reference name="log4net.dll"/>
420 <Files> 421 <Files>
421 <Match pattern="*.cs" recurse="true"/> 422 <Match pattern="*.cs" recurse="true"/>
422 </Files> 423 </Files>
@@ -2960,3 +2961,4 @@
2960</Prebuild> 2961</Prebuild>
2961 2962
2962 2963
2964