aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2010-12-14 22:57:36 +0000
committerJustin Clark-Casey (justincc)2010-12-14 22:57:36 +0000
commit42c9c30e4c3102d1f34e28353ddec23c854c5d35 (patch)
tree5331ee271d58e6a95e88b7b0e5ed07ceac25d1dd /prebuild.xml
parentadd infrastructure for groups module tests (diff)
downloadopensim-SC_OLD-42c9c30e4c3102d1f34e28353ddec23c854c5d35.zip
opensim-SC_OLD-42c9c30e4c3102d1f34e28353ddec23c854c5d35.tar.gz
opensim-SC_OLD-42c9c30e4c3102d1f34e28353ddec23c854c5d35.tar.bz2
opensim-SC_OLD-42c9c30e4c3102d1f34e28353ddec23c854c5d35.tar.xz
Add mock group services connector and use this in tests
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 044770a..b9ed299 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2733,6 +2733,7 @@
2733 <Reference name="System.Xml"/> 2733 <Reference name="System.Xml"/>
2734 <Reference name="System.Data"/> 2734 <Reference name="System.Data"/>
2735 <Reference name="log4net" path="../../../bin/"/> 2735 <Reference name="log4net" path="../../../bin/"/>
2736 <Reference name="Mono.Addins" path="../../../bin/"/>
2736 <Reference name="Nini" path="../../../bin/"/> 2737 <Reference name="Nini" path="../../../bin/"/>
2737 <Reference name="nunit.framework" path="../../../bin/"/> 2738 <Reference name="nunit.framework" path="../../../bin/"/>
2738 <Reference name="OpenMetaverse" path="../../../bin/"/> 2739 <Reference name="OpenMetaverse" path="../../../bin/"/>
@@ -2747,6 +2748,7 @@
2747 <Reference name="OpenSim.Server.Base"/> 2748 <Reference name="OpenSim.Server.Base"/>
2748 <Reference name="OpenSim.Region.Framework"/> 2749 <Reference name="OpenSim.Region.Framework"/>
2749 <Reference name="OpenSim.Region.CoreModules"/> 2750 <Reference name="OpenSim.Region.CoreModules"/>
2751 <Reference name="OpenSim.Region.OptionalModules"/>
2750 <Reference name="OpenSim.Region.Physics.Manager"/> 2752 <Reference name="OpenSim.Region.Physics.Manager"/>
2751 2753
2752 <Files> 2754 <Files>