diff options
author | Justin Clark-Casey (justincc) | 2012-10-12 01:58:46 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-10-12 01:58:46 +0100 |
commit | 1e86c58822147cae97a70f40a3d39411812296e0 (patch) | |
tree | a7141d05bd599464fd77776ff7e95b1ce84e2d28 /prebuild.xml | |
parent | Add AgentUpdate to PacketPool. This is the most common inbound packet from v... (diff) | |
download | opensim-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 '')
-rw-r--r-- | prebuild.xml | 1 |
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"/> |