aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-11 20:05:11 +0100
committerJustin Clark-Casey (justincc)2011-08-11 20:05:11 +0100
commit5d694a224f770ca734574e5ada0793745b43ca2c (patch)
treebd84873f9566be251c2a44beefc22cf6233911dc /prebuild.xml
parenteliminate redundant ground sitting checks since these are already done in enc... (diff)
downloadopensim-SC_OLD-5d694a224f770ca734574e5ada0793745b43ca2c.zip
opensim-SC_OLD-5d694a224f770ca734574e5ada0793745b43ca2c.tar.gz
opensim-SC_OLD-5d694a224f770ca734574e5ada0793745b43ca2c.tar.bz2
opensim-SC_OLD-5d694a224f770ca734574e5ada0793745b43ca2c.tar.xz
Add missing System.Xml reference which is required to build on Windows but not mono
Diffstat (limited to '')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 220c008..dff54a3 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3138,6 +3138,7 @@
3138 3138
3139 <ReferencePath>../../../bin/</ReferencePath> 3139 <ReferencePath>../../../bin/</ReferencePath>
3140 <Reference name="System"/> 3140 <Reference name="System"/>
3141 <Reference name="System.Xml"/>
3141 <Reference name="OpenSim.Framework"/> 3142 <Reference name="OpenSim.Framework"/>
3142 <Reference name="OpenSim.Framework.Communications"/> 3143 <Reference name="OpenSim.Framework.Communications"/>
3143 <Reference name="OpenSim.Region.CoreModules"/> 3144 <Reference name="OpenSim.Region.CoreModules"/>