aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorMW2009-02-27 15:57:09 +0000
committerMW2009-02-27 15:57:09 +0000
commitd45fa9c2df01286d35542665d65071deca0fbb07 (patch)
tree70518a46cbb08431a02128cb73784b2bda67e594 /prebuild.xml
parentApplied patch from Mantis# 3240, thanks tlaukkan/Tommil (diff)
downloadopensim-SC_OLD-d45fa9c2df01286d35542665d65071deca0fbb07.zip
opensim-SC_OLD-d45fa9c2df01286d35542665d65071deca0fbb07.tar.gz
opensim-SC_OLD-d45fa9c2df01286d35542665d65071deca0fbb07.tar.bz2
opensim-SC_OLD-d45fa9c2df01286d35542665d65071deca0fbb07.tar.xz
Added GridServerPlugin class (which implements IGridPlugin) to OpenSim.Grid.GridServer.Modules.
This class handles all the initialising of the grid server. And made GridServer into basically a generic server that just loads plugins. So this is a step towards having a generic server that loads service modules.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 70d4fea..1bb0f8e 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -738,12 +738,14 @@
738 <Reference name="OpenSim.Data.MySQL"/> 738 <Reference name="OpenSim.Data.MySQL"/>
739 <Reference name="OpenSim.Grid.Framework"/> 739 <Reference name="OpenSim.Grid.Framework"/>
740 <Reference name="OpenMetaverseTypes.dll"/> 740 <Reference name="OpenMetaverseTypes.dll"/>
741 <Reference name="OpenSim.Grid.GridServer"/>
741 <Reference name="OpenMetaverse.dll"/> 742 <Reference name="OpenMetaverse.dll"/>
742 <Reference name="XMLRPC.dll"/> 743 <Reference name="XMLRPC.dll"/>
743 <Reference name="log4net.dll"/> 744 <Reference name="log4net.dll"/>
744 745
745 <Files> 746 <Files>
746 <Match pattern="*.cs" recurse="true"/> 747 <Match pattern="*.cs" recurse="true"/>
748 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
747 </Files> 749 </Files>
748 </Project> 750 </Project>
749 751
@@ -772,7 +774,6 @@
772 <Reference name="OpenSim.Data"/> 774 <Reference name="OpenSim.Data"/>
773 <Reference name="OpenSim.Data.MySQL"/> 775 <Reference name="OpenSim.Data.MySQL"/>
774 <Reference name="OpenSim.Grid.Framework"/> 776 <Reference name="OpenSim.Grid.Framework"/>
775 <Reference name="OpenSim.Grid.GridServer.Modules"/>
776 <Reference name="OpenMetaverseTypes.dll"/> 777 <Reference name="OpenMetaverseTypes.dll"/>
777 <Reference name="OpenMetaverse.dll"/> 778 <Reference name="OpenMetaverse.dll"/>
778 <Reference name="XMLRPC.dll"/> 779 <Reference name="XMLRPC.dll"/>