diff options
author | Homer Horwitz | 2009-04-05 17:08:11 +0000 |
---|---|---|
committer | Homer Horwitz | 2009-04-05 17:08:11 +0000 |
commit | 648452dd91e07be4ec0e81793807e86bd48362c4 (patch) | |
tree | 4c1e7f1e48381fd9049efd5eda6440f885af86a4 /bin/OpenSim.addin.xml | |
parent | - Move IWindModule to OpenSim.Region.Framework.Interfaces (diff) | |
download | opensim-SC_OLD-648452dd91e07be4ec0e81793807e86bd48362c4.zip opensim-SC_OLD-648452dd91e07be4ec0e81793807e86bd48362c4.tar.gz opensim-SC_OLD-648452dd91e07be4ec0e81793807e86bd48362c4.tar.bz2 opensim-SC_OLD-648452dd91e07be4ec0e81793807e86bd48362c4.tar.xz |
- Add new RegionModulesControllerPlugin to the application modules
- Change several classes to use the new plugin for handling of region-modules
(NOTE: No regionmodule is using this yet)
- Add necessary prebuild parts (don't forget to runprebuild)
Attention: Work in progress. This shouldn't break anything, but you never know...
Diffstat (limited to 'bin/OpenSim.addin.xml')
-rw-r--r-- | bin/OpenSim.addin.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bin/OpenSim.addin.xml b/bin/OpenSim.addin.xml index ff92555..da64c63 100644 --- a/bin/OpenSim.addin.xml +++ b/bin/OpenSim.addin.xml | |||
@@ -5,16 +5,24 @@ | |||
5 | <Import assembly="OpenSim.Region.Framework.dll"/> | 5 | <Import assembly="OpenSim.Region.Framework.dll"/> |
6 | <Import assembly="Mono.Addins.dll"/> | 6 | <Import assembly="Mono.Addins.dll"/> |
7 | </Runtime> | 7 | </Runtime> |
8 | |||
8 | <ExtensionPoint path="/OpenSim/Startup"> | 9 | <ExtensionPoint path="/OpenSim/Startup"> |
9 | <ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.IApplicationPlugin"/> | 10 | <ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.IApplicationPlugin"/> |
10 | </ExtensionPoint> | 11 | </ExtensionPoint> |
12 | |||
11 | <ExtensionPoint path="/OpenSim/AssetCache" name="Region Asset Cache Plugin-point" > | 13 | <ExtensionPoint path="/OpenSim/AssetCache" name="Region Asset Cache Plugin-point" > |
12 | <ExtensionNode name="Cache" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetCache"/> | 14 | <ExtensionNode name="Cache" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetCache"/> |
13 | </ExtensionPoint> | 15 | </ExtensionPoint> |
16 | |||
14 | <ExtensionPoint path="/OpenSim/AssetClient" name="Region Asset Cache Server Interface Plugin-point"> | 17 | <ExtensionPoint path="/OpenSim/AssetClient" name="Region Asset Cache Server Interface Plugin-point"> |
15 | <ExtensionNode name="AssetClient" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetServer"/> | 18 | <ExtensionNode name="AssetClient" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetServer"/> |
16 | </ExtensionPoint> | 19 | </ExtensionPoint> |
20 | |||
17 | <ExtensionPoint path="/OpenSim/WindModule" name="Wind Module Plugins for wind models"> | 21 | <ExtensionPoint path="/OpenSim/WindModule" name="Wind Module Plugins for wind models"> |
18 | <ExtensionNode name="WindModel" type="Mono.Addins.TypeExtensionNode" objectType="OpenSim.Region.Framework.Interfaces.IWindModelPlugin"/> | 22 | <ExtensionNode name="WindModel" type="Mono.Addins.TypeExtensionNode" objectType="OpenSim.Region.Framework.Interfaces.IWindModelPlugin"/> |
19 | </ExtensionPoint> | 23 | </ExtensionPoint> |
24 | |||
25 | <ExtensionPoint path="/OpenSim/RegionModules"> | ||
26 | <ExtensionNode name="RegionModule" type="Mono.Addins.TypeExtensionNode" objectType="OpenSim.Region.Framework.Interfaces.IRegionModuleBase"/> | ||
27 | </ExtensionPoint> | ||
20 | </Addin> | 28 | </Addin> |