aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-02-07 19:42:32 +0000
committerJustin Clark-Casey (justincc)2012-02-07 19:42:32 +0000
commitc22970448f00cdd88c1e81fc4f1a095f7d3d42e6 (patch)
tree8b12df9d1dd5bbce455cf9296633781732c0f7cb /prebuild.xml
parentAdd a regression test to compile and start a script. Remove Path.GetDirector... (diff)
downloadopensim-SC_OLD-c22970448f00cdd88c1e81fc4f1a095f7d3d42e6.zip
opensim-SC_OLD-c22970448f00cdd88c1e81fc4f1a095f7d3d42e6.tar.gz
opensim-SC_OLD-c22970448f00cdd88c1e81fc4f1a095f7d3d42e6.tar.bz2
opensim-SC_OLD-c22970448f00cdd88c1e81fc4f1a095f7d3d42e6.tar.xz
Add TestCompileAndStart100Scripts() torture test.
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 94d86d1..23a5a3b 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -3286,7 +3286,9 @@
3286 <Reference name="OpenSim.Framework"/> 3286 <Reference name="OpenSim.Framework"/>
3287 <Reference name="OpenSim.Framework.Console"/> 3287 <Reference name="OpenSim.Framework.Console"/>
3288 <Reference name="OpenSim.Framework.Servers.HttpServer"/> 3288 <Reference name="OpenSim.Framework.Servers.HttpServer"/>
3289 <Reference name="OpenSim.Region.CoreModules"/>
3289 <Reference name="OpenSim.Region.Framework"/> 3290 <Reference name="OpenSim.Region.Framework"/>
3291 <Reference name="OpenSim.Region.ScriptEngine.XEngine"/>
3290 <Reference name="OpenSim.Tests.Common"/> 3292 <Reference name="OpenSim.Tests.Common"/>
3291 <Files> 3293 <Files>
3292 <Match pattern="*.cs" recurse="false"/> 3294 <Match pattern="*.cs" recurse="false"/>