aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-10-12 01:58:46 +0100
committerJustin Clark-Casey (justincc)2012-10-12 01:58:46 +0100
commit1e86c58822147cae97a70f40a3d39411812296e0 (patch)
treea7141d05bd599464fd77776ff7e95b1ce84e2d28 /prebuild.xml
parentAdd AgentUpdate to PacketPool. This is the most common inbound packet from v... (diff)
downloadopensim-SC_OLD-1e86c58822147cae97a70f40a3d39411812296e0.zip
opensim-SC_OLD-1e86c58822147cae97a70f40a3d39411812296e0.tar.gz
opensim-SC_OLD-1e86c58822147cae97a70f40a3d39411812296e0.tar.bz2
opensim-SC_OLD-1e86c58822147cae97a70f40a3d39411812296e0.tar.xz
Remove now unnecessary OpenSim.Framework.Console reference from Monitoring.
Properly resolve circular reference which no longer appeared in Mono build as there were no using statements for it.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 6c0adea..69fce41 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -160,7 +160,6 @@
160 <Reference name="OpenMetaverse" path="../../../bin/"/> 160 <Reference name="OpenMetaverse" path="../../../bin/"/>
161 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/> 161 <Reference name="OpenMetaverse.StructuredData" path="../../../bin/"/>
162 <Reference name="OpenSim.Framework"/> 162 <Reference name="OpenSim.Framework"/>
163 <Reference name="OpenSim.Framework.Console"/>
164 163
165 <Files> 164 <Files>
166 <Match pattern="*.cs" recurse="true"/> 165 <Match pattern="*.cs" recurse="true"/>