mirror of
https://github.com/opensim/opensim.git
synced 2026-05-17 20:25:34 +08:00
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.
12 lines
422 B
XML
12 lines
422 B
XML
<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>
|