diff options
author | Diva Canto | 2009-08-10 08:01:13 -0700 |
---|---|---|
committer | Diva Canto | 2009-08-10 08:01:13 -0700 |
commit | 7e13e96f5644c24ea90e7622c21a6d57cbf70c26 (patch) | |
tree | 48498d4fd824ea13aa73e5a32752dbf53b1df377 /bin/OpenSim.addin.xml | |
parent | Slowly working my way towards the elimination of IAssetServer and IAssetCache. (diff) | |
download | opensim-SC_OLD-7e13e96f5644c24ea90e7622c21a6d57cbf70c26.zip opensim-SC_OLD-7e13e96f5644c24ea90e7622c21a6d57cbf70c26.tar.gz opensim-SC_OLD-7e13e96f5644c24ea90e7622c21a6d57cbf70c26.tar.bz2 opensim-SC_OLD-7e13e96f5644c24ea90e7622c21a6d57cbf70c26.tar.xz |
Removed IAssetServer.
Diffstat (limited to '')
-rw-r--r-- | bin/OpenSim.addin.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/OpenSim.addin.xml b/bin/OpenSim.addin.xml index da64c63..00d41cb 100644 --- a/bin/OpenSim.addin.xml +++ b/bin/OpenSim.addin.xml | |||
@@ -14,10 +14,6 @@ | |||
14 | <ExtensionNode name="Cache" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetCache"/> | 14 | <ExtensionNode name="Cache" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetCache"/> |
15 | </ExtensionPoint> | 15 | </ExtensionPoint> |
16 | 16 | ||
17 | <ExtensionPoint path="/OpenSim/AssetClient" name="Region Asset Cache Server Interface Plugin-point"> | ||
18 | <ExtensionNode name="AssetClient" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetServer"/> | ||
19 | </ExtensionPoint> | ||
20 | |||
21 | <ExtensionPoint path="/OpenSim/WindModule" name="Wind Module Plugins for wind models"> | 17 | <ExtensionPoint path="/OpenSim/WindModule" name="Wind Module Plugins for wind models"> |
22 | <ExtensionNode name="WindModel" type="Mono.Addins.TypeExtensionNode" objectType="OpenSim.Region.Framework.Interfaces.IWindModelPlugin"/> | 18 | <ExtensionNode name="WindModel" type="Mono.Addins.TypeExtensionNode" objectType="OpenSim.Region.Framework.Interfaces.IWindModelPlugin"/> |
23 | </ExtensionPoint> | 19 | </ExtensionPoint> |