aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-06 12:13:16 -0700
committerJohn Hurliman2009-10-06 12:13:16 -0700
commit61b537215328499155c58f46e6338d459aba87ec (patch)
treed410fa5de01aeeacc6c66c23a886a2ae3e5248cc /prebuild.xml
parent* Try/catch around EndInvoke() when Util.FireAndForget() returns to catch exc... (diff)
downloadopensim-SC_OLD-61b537215328499155c58f46e6338d459aba87ec.zip
opensim-SC_OLD-61b537215328499155c58f46e6338d459aba87ec.tar.gz
opensim-SC_OLD-61b537215328499155c58f46e6338d459aba87ec.tar.bz2
opensim-SC_OLD-61b537215328499155c58f46e6338d459aba87ec.tar.xz
* Added missing references to prebuild.xml and commented out the LindenUDP tests until a new test harness is written
* Clients are no longer disconnected when a packet handler crashes. We'll see how this works out in practice * Added documentation and cleanup, getting ready for the first public push * Deleted an old LLUDP file
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f863ab6..f35dcc3 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -131,6 +131,7 @@
131 131
132 <ReferencePath>../../bin/</ReferencePath> 132 <ReferencePath>../../bin/</ReferencePath>
133 <Reference name="System"/> 133 <Reference name="System"/>
134 <Reference name="System.Core"/>
134 <Reference name="System.Xml"/> 135 <Reference name="System.Xml"/>
135 <Reference name="System.Data"/> 136 <Reference name="System.Data"/>
136 <Reference name="System.Drawing"/> 137 <Reference name="System.Drawing"/>
@@ -1755,6 +1756,7 @@
1755 1756
1756 <ReferencePath>../../../../bin/</ReferencePath> 1757 <ReferencePath>../../../../bin/</ReferencePath>
1757 <Reference name="System"/> 1758 <Reference name="System"/>
1759 <Reference name="System.Core"/>
1758 <Reference name="System.Xml"/> 1760 <Reference name="System.Xml"/>
1759 <Reference name="OpenMetaverseTypes.dll"/> 1761 <Reference name="OpenMetaverseTypes.dll"/>
1760 <Reference name="OpenMetaverse.StructuredData.dll"/> 1762 <Reference name="OpenMetaverse.StructuredData.dll"/>
@@ -3695,6 +3697,7 @@
3695 </Files> 3697 </Files>
3696 </Project> 3698 </Project>
3697 3699
3700 <!-- Commented for now until new unit tests are written for the new LLUDP implementation
3698 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/LindenUDP/Tests" type="Library"> 3701 <Project frameworkVersion="v3_5" name="OpenSim.Region.ClientStack.LindenUDP.Tests" path="OpenSim/Region/ClientStack/LindenUDP/Tests" type="Library">
3699 <Configuration name="Debug"> 3702 <Configuration name="Debug">
3700 <Options> 3703 <Options>
@@ -3728,6 +3731,7 @@
3728 <Match pattern="*.cs" recurse="false"/> 3731 <Match pattern="*.cs" recurse="false"/>
3729 </Files> 3732 </Files>
3730 </Project> 3733 </Project>
3734 -->
3731 3735
3732 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library"> 3736 <Project frameworkVersion="v3_5" name="OpenSim.Region.ScriptEngine.Tests" path="OpenSim/Region/ScriptEngine" type="Library">
3733 <Configuration name="Debug"> 3737 <Configuration name="Debug">