aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2014-09-03 23:31:45 +0100
committerJustin Clark-Casey (justincc)2014-09-03 23:35:18 +0100
commitb08ab1e3754da4a2855bb77fca91dce01e9c2fae (patch)
treebd988acd43103f8b38fa7d6c1ccdef2c5c95f821 /prebuild.xml
parentCleanup some unused code and configuration entries (diff)
downloadopensim-SC_OLD-b08ab1e3754da4a2855bb77fca91dce01e9c2fae.zip
opensim-SC_OLD-b08ab1e3754da4a2855bb77fca91dce01e9c2fae.tar.gz
opensim-SC_OLD-b08ab1e3754da4a2855bb77fca91dce01e9c2fae.tar.bz2
opensim-SC_OLD-b08ab1e3754da4a2855bb77fca91dce01e9c2fae.tar.xz
If BulletSim is running on its own threads, start this thread via the thread watchdog.
This allows us to see the presence of the permanent thread via the "show threads" console comand. Also adds the region name to the thread name.
Diffstat (limited to '')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 006f545..ba18a2c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1746,6 +1746,7 @@
1746 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/> 1746 <Reference name="OpenMetaverseTypes" path="../../../../bin/"/>
1747 <Reference name="Nini.dll" path="../../../../bin/"/> 1747 <Reference name="Nini.dll" path="../../../../bin/"/>
1748 <Reference name="OpenSim.Framework"/> 1748 <Reference name="OpenSim.Framework"/>
1749 <Reference name="OpenSim.Framework.Monitoring"/>
1749 <Reference name="OpenSim.Region.Framework"/> 1750 <Reference name="OpenSim.Region.Framework"/>
1750 <Reference name="OpenSim.Region.CoreModules"/> 1751 <Reference name="OpenSim.Region.CoreModules"/>
1751 <Reference name="OpenSim.Region.OptionalModules"/> 1752 <Reference name="OpenSim.Region.OptionalModules"/>