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.
This commit is contained in:
MW
2009-02-27 15:57:09 +00:00
parent 95230c244c
commit d45fa9c2df
4 changed files with 170 additions and 92 deletions

View File

@@ -0,0 +1,11 @@
<Addin id="OpenSim.Grid.GridServer.Modules" version="0.1">
<Runtime>
<Import assembly="OpenSim.Grid.GridServer.Modules.dll"/>
</Runtime>
<Dependencies>
<Addin id="OpenSim.Grid.GridServer" version="0.5" />
</Dependencies>
<Extension path = "/OpenSim/GridServer">
<Plugin id="GridServerModules" type="OpenSim.Grid.GridServer.Modules.GridServerPlugin" />
</Extension>
</Addin>