aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMelanie Thielker2008-09-21 21:47:00 +0000
committerMelanie Thielker2008-09-21 21:47:00 +0000
commit94aaf67dfaafbcbd4d871f674c465a34c1c1f332 (patch)
tree33476e5660a95bdf7d29d14beae67a6294af28a7 /prebuild.xml
parent* minor: warnings removal (diff)
downloadopensim-SC_OLD-94aaf67dfaafbcbd4d871f674c465a34c1c1f332.zip
opensim-SC_OLD-94aaf67dfaafbcbd4d871f674c465a34c1c1f332.tar.gz
opensim-SC_OLD-94aaf67dfaafbcbd4d871f674c465a34c1c1f332.tar.bz2
opensim-SC_OLD-94aaf67dfaafbcbd4d871f674c465a34c1c1f332.tar.xz
Change the scirpt engine loading mechanism. Script engines are now
ordinary region modules and are able to coexist in one instance. See http://opensimulator.org/wiki/ScriptEngines for details. There were changes to OpenSim.ini.example, please note DefaultScriptEngine. Also see the User docs and FAQ on the Wiki. Default is DotNetEngine.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/prebuild.xml b/prebuild.xml
index f9446d5..dfea34b 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1847,12 +1847,12 @@
1847 <Project name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library"> 1847 <Project name="OpenSim.Region.ScriptEngine.XEngine" path="OpenSim/Region/ScriptEngine/XEngine" type="Library">
1848 <Configuration name="Debug"> 1848 <Configuration name="Debug">
1849 <Options> 1849 <Options>
1850 <OutputPath>../../../../bin/ScriptEngines/</OutputPath> 1850 <OutputPath>../../../../bin/</OutputPath>
1851 </Options> 1851 </Options>
1852 </Configuration> 1852 </Configuration>
1853 <Configuration name="Release"> 1853 <Configuration name="Release">
1854 <Options> 1854 <Options>
1855 <OutputPath>../../../../bin/ScriptEngines/</OutputPath> 1855 <OutputPath>../../../../bin/</OutputPath>
1856 </Options> 1856 </Options>
1857 </Configuration> 1857 </Configuration>
1858 1858
@@ -2424,17 +2424,17 @@
2424 <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library"> 2424 <Project name="OpenSim.Region.ScriptEngine.DotNetEngine" path="OpenSim/Region/ScriptEngine/DotNetEngine" type="Library">
2425 <Configuration name="Debug"> 2425 <Configuration name="Debug">
2426 <Options> 2426 <Options>
2427 <OutputPath>../../../../bin/ScriptEngines/</OutputPath> 2427 <OutputPath>../../../../bin/</OutputPath>
2428 </Options> 2428 </Options>
2429 </Configuration> 2429 </Configuration>
2430 <Configuration name="Release"> 2430 <Configuration name="Release">
2431 <Options> 2431 <Options>
2432 <OutputPath>../../../../bin/ScriptEngines/</OutputPath> 2432 <OutputPath>../../../../bin/</OutputPath>
2433 </Options> 2433 </Options>
2434 </Configuration> 2434 </Configuration>
2435 2435
2436 <ReferencePath>../../../../bin/</ReferencePath> 2436 <ReferencePath>../../../../bin/</ReferencePath>
2437 <ReferencePath>../../../../bin/ScriptEngines/</ReferencePath> 2437 <ReferencePath>../../../../bin/</ReferencePath>
2438 <Reference name="System" localCopy="false"/> 2438 <Reference name="System" localCopy="false"/>
2439 <Reference name="System.Data" localCopy="false"/> 2439 <Reference name="System.Data" localCopy="false"/>
2440 <Reference name="System.Xml" localCopy="false"/> 2440 <Reference name="System.Xml" localCopy="false"/>