aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-12-04 22:24:51 +0000
committerJustin Clark-Casey (justincc)2012-12-04 22:24:51 +0000
commit7fdc2517749cba6fb88c6c7bf11539413d130901 (patch)
treedfa0fb038d28b67b094e59e78c67f89ef1228b09 /prebuild.xml
parentBug fix in OfflineMessageModule. Mantis #6446 (diff)
downloadopensim-SC_OLD-7fdc2517749cba6fb88c6c7bf11539413d130901.zip
opensim-SC_OLD-7fdc2517749cba6fb88c6c7bf11539413d130901.tar.gz
opensim-SC_OLD-7fdc2517749cba6fb88c6c7bf11539413d130901.tar.bz2
opensim-SC_OLD-7fdc2517749cba6fb88c6c7bf11539413d130901.tar.xz
Add path references for Mono.Addins where they were missing for DataSnapshot and UserStatistics.
Should address http://opensimulator.org/mantis/view.php?id=6444 Appears that nant doesn't need these paths but building directly in monodevelop does.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 0612c10..17db573 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2045,7 +2045,7 @@
2045 <Reference name="OpenMetaverseTypes" path="../../../bin/"/> 2045 <Reference name="OpenMetaverseTypes" path="../../../bin/"/>
2046 <Reference name="OpenMetaverse" path="../../../bin/"/> 2046 <Reference name="OpenMetaverse" path="../../../bin/"/>
2047 <Reference name="Nini" path="../../../bin/"/> 2047 <Reference name="Nini" path="../../../bin/"/>
2048 <Reference name="Mono.Addins"/> 2048 <Reference name="Mono.Addins" path="../../../bin/"/>
2049 <Reference name="log4net" path="../../../bin/"/> 2049 <Reference name="log4net" path="../../../bin/"/>
2050 <Files> 2050 <Files>
2051 <Match pattern="*.cs" recurse="true"/> 2051 <Match pattern="*.cs" recurse="true"/>
@@ -2453,7 +2453,7 @@
2453 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 2453 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
2454 <Reference name="OpenSim.Region.Physics.Manager"/> 2454 <Reference name="OpenSim.Region.Physics.Manager"/>
2455 <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/> 2455 <Reference name="Mono.Data.SqliteClient" path="../../../bin/"/>
2456 <Reference name="Mono.Addins"/> 2456 <Reference name="Mono.Addins" path="../../../bin/"/>
2457 2457
2458 <!-- For scripting in funny languages by default --> 2458 <!-- For scripting in funny languages by default -->
2459 <Reference name="XMLRPC" path="../../../bin/"/> 2459 <Reference name="XMLRPC" path="../../../bin/"/>