From bacbade369a5244f9bcc611488b59f3bd4c8a564 Mon Sep 17 00:00:00 2001 From: Tedd Hansen Date: Sat, 12 Jan 2008 14:30:22 +0000 Subject: Major reorganizing of DotNetEngine. Moved common script engine parts to ScriptEngine.Common, only .Net-specific code in DotNetEngine. AppDomains, event handling, event execution queue and multithreading, script load/unload queue, etc has been moved to ScriptEngine.Common. Loads of things has been put into interfaces instead of the specific class. We are now one step closer to ScriptServer, and its very easy to implement new script languages. Just a few lines required to make them a OpenSim script module with all its glory. --- prebuild.xml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'prebuild.xml') diff --git a/prebuild.xml b/prebuild.xml index 55c4be6..e546907 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -1119,6 +1119,13 @@ + + + + + + + @@ -1158,9 +1165,6 @@ - - - -- cgit v1.1