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 /OpenSim/ApplicationPlugins/RegionModulesController/Resources | |
parent | - Move IWindModule to OpenSim.Region.Framework.Interfaces (diff) | |
download | opensim-SC-648452dd91e07be4ec0e81793807e86bd48362c4.zip opensim-SC-648452dd91e07be4ec0e81793807e86bd48362c4.tar.gz opensim-SC-648452dd91e07be4ec0e81793807e86bd48362c4.tar.bz2 opensim-SC-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 'OpenSim/ApplicationPlugins/RegionModulesController/Resources')
-rw-r--r-- | OpenSim/ApplicationPlugins/RegionModulesController/Resources/RegionModulesControllerPlugin.addin.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/OpenSim/ApplicationPlugins/RegionModulesController/Resources/RegionModulesControllerPlugin.addin.xml b/OpenSim/ApplicationPlugins/RegionModulesController/Resources/RegionModulesControllerPlugin.addin.xml new file mode 100644 index 0000000..a92713b --- /dev/null +++ b/OpenSim/ApplicationPlugins/RegionModulesController/Resources/RegionModulesControllerPlugin.addin.xml | |||
@@ -0,0 +1,13 @@ | |||
1 | <Addin id="OpenSim.ApplicationPlugins.RegionModulesController" version="0.1"> | ||
2 | <Runtime> | ||
3 | <Import assembly="OpenSim.ApplicationPlugins.RegionModulesController.dll"/> | ||
4 | </Runtime> | ||
5 | |||
6 | <Dependencies> | ||
7 | <Addin id="OpenSim" version="0.5" /> | ||
8 | </Dependencies> | ||
9 | |||
10 | <Extension path = "/OpenSim/Startup"> | ||
11 | <Plugin id="RegionModulesController" type="OpenSim.ApplicationPlugins.RegionModulesController.RegionModulesControllerPlugin" /> | ||
12 | </Extension> | ||
13 | </Addin> | ||