From 94aaf67dfaafbcbd4d871f674c465a34c1c1f332 Mon Sep 17 00:00:00 2001 From: Melanie Thielker Date: Sun, 21 Sep 2008 21:47:00 +0000 Subject: 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. --- prebuild.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index f9446d5..dfea34b 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1847,12 +1847,12 @@ - ../../../../bin/ScriptEngines/ + ../../../../bin/ - ../../../../bin/ScriptEngines/ + ../../../../bin/ @@ -2424,17 +2424,17 @@ - ../../../../bin/ScriptEngines/ + ../../../../bin/ - ../../../../bin/ScriptEngines/ + ../../../../bin/ ../../../../bin/ - ../../../../bin/ScriptEngines/ + ../../../../bin/ -- cgit v1.1