aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-07-11 22:15:53 +0100
committerJustin Clark-Casey (justincc)2012-07-11 22:15:53 +0100
commit9c89ad9154952ca895e7a305ba259c02b98e46c4 (patch)
treeecdf82d60a5eef2881749f9cf22c73cfbc8aa00c /prebuild.xml
parentAllow XEngine StartDelay to be configured in the [XEngine] config section. (diff)
downloadopensim-SC_OLD-9c89ad9154952ca895e7a305ba259c02b98e46c4.zip
opensim-SC_OLD-9c89ad9154952ca895e7a305ba259c02b98e46c4.tar.gz
opensim-SC_OLD-9c89ad9154952ca895e7a305ba259c02b98e46c4.tar.bz2
opensim-SC_OLD-9c89ad9154952ca895e7a305ba259c02b98e46c4.tar.xz
Fix build break for windows with missing package for IScriptEngine in prebuild.xml for OpenSim.Region.CoreModules.Tests.dll
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 ba8cdfb..b06aa1c 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -2929,6 +2929,7 @@
2929 <Reference name="OpenSim.Region.Framework"/> 2929 <Reference name="OpenSim.Region.Framework"/>
2930 <Reference name="OpenSim.Region.CoreModules"/> 2930 <Reference name="OpenSim.Region.CoreModules"/>
2931 <Reference name="OpenSim.Region.Physics.Manager"/> 2931 <Reference name="OpenSim.Region.Physics.Manager"/>
2932 <Reference name="OpenSim.Region.ScriptEngine.Shared"/>
2932 <Reference name="OpenSim.Region.ScriptEngine.XEngine"/> 2933 <Reference name="OpenSim.Region.ScriptEngine.XEngine"/>
2933 <Reference name="OpenSim.Services.Interfaces"/> 2934 <Reference name="OpenSim.Services.Interfaces"/>
2934 2935