diff options
author | Adam Frisby | 2008-07-30 08:17:19 +0000 |
---|---|---|
committer | Adam Frisby | 2008-07-30 08:17:19 +0000 |
commit | 2f8acdbe5073c21ab49ac0865eecd10db401eb32 (patch) | |
tree | d44b914e5e8103d93ea1cca8707b88b792d8ec04 /bin/OpenSim.addin.xml | |
parent | cleanups and refactoring to make it more readable. (diff) | |
download | opensim-SC_OLD-2f8acdbe5073c21ab49ac0865eecd10db401eb32.zip opensim-SC_OLD-2f8acdbe5073c21ab49ac0865eecd10db401eb32.tar.gz opensim-SC_OLD-2f8acdbe5073c21ab49ac0865eecd10db401eb32.tar.bz2 opensim-SC_OLD-2f8acdbe5073c21ab49ac0865eecd10db401eb32.tar.xz |
* Applying Mantis #1852 - Plugin Provider refactoring. Courtesy of Ryan/Sempuki.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.addin.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/OpenSim.addin.xml b/bin/OpenSim.addin.xml index 7f8b258..122a1a8 100644 --- a/bin/OpenSim.addin.xml +++ b/bin/OpenSim.addin.xml | |||
@@ -1,8 +1,9 @@ | |||
1 | <Addin id="OpenSim" isroot="true" version="0.5"> | 1 | <Addin id="OpenSim" isroot="true" version="0.5"> |
2 | <Runtime> | 2 | <Runtime> |
3 | <Import assembly="OpenSim.exe"/> | 3 | <Import assembly="OpenSim.exe"/> |
4 | <Import assembly="OpenSim.Framework.dll"/> | ||
4 | </Runtime> | 5 | </Runtime> |
5 | <ExtensionPoint path = "/OpenSim/Startup"> | 6 | <ExtensionPoint path = "/OpenSim/Startup"> |
6 | <ExtensionNode objectType="OpenSim.IApplicationPlugin"/> | 7 | <ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.IApplicationPlugin"/> |
7 | </ExtensionPoint> | 8 | </ExtensionPoint> |
8 | </Addin> | 9 | </Addin> |