aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJohn Hurliman2009-10-25 01:20:54 -0700
committerJohn Hurliman2009-10-25 01:20:54 -0700
commit3639f684116e0fd248182b9d8efc0c27d4736ab7 (patch)
tree8c7ebc7caa4df035f5978e7baad363d99e11de12 /prebuild.xml
parentHaving a commit fail... this fixes a typo in the previous commit(s?) (diff)
downloadopensim-SC_OLD-3639f684116e0fd248182b9d8efc0c27d4736ab7.zip
opensim-SC_OLD-3639f684116e0fd248182b9d8efc0c27d4736ab7.tar.gz
opensim-SC_OLD-3639f684116e0fd248182b9d8efc0c27d4736ab7.tar.bz2
opensim-SC_OLD-3639f684116e0fd248182b9d8efc0c27d4736ab7.tar.xz
Added a missing reference to System.Core for OpenSim.Region.Framework
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index d2d1e6d..640d530 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -747,6 +747,7 @@
747 747
748 <ReferencePath>../../../bin/</ReferencePath> 748 <ReferencePath>../../../bin/</ReferencePath>
749 <Reference name="System"/> 749 <Reference name="System"/>
750 <Reference name="System.Core"/>
750 <Reference name="System.Xml"/> 751 <Reference name="System.Xml"/>
751 <Reference name="System.Drawing"/> 752 <Reference name="System.Drawing"/>
752 <Reference name="System.Web"/> 753 <Reference name="System.Web"/>