aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSim.addin.xml
diff options
context:
space:
mode:
authorSean Dague2009-02-18 13:15:07 +0000
committerSean Dague2009-02-18 13:15:07 +0000
commit8ed631307b97025bf25a5a08fa49223c3ad39eda (patch)
treeedfc91729dd7dc42534e5bcdd196d428469f099c /bin/OpenSim.addin.xml
parentFrom: Christopher Yeoh <yeohc@au1.ibm.com> (diff)
downloadopensim-SC_OLD-8ed631307b97025bf25a5a08fa49223c3ad39eda.zip
opensim-SC_OLD-8ed631307b97025bf25a5a08fa49223c3ad39eda.tar.gz
opensim-SC_OLD-8ed631307b97025bf25a5a08fa49223c3ad39eda.tar.bz2
opensim-SC_OLD-8ed631307b97025bf25a5a08fa49223c3ad39eda.tar.xz
From: Alan Webb <awebb@linux.vnet.ibm.com>
I've changed the extension point name, and the internal references that used the same string. I also fixed up the messaging around the asset loader so that it is more explicit.
Diffstat (limited to '')
-rw-r--r--bin/OpenSim.addin.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/OpenSim.addin.xml b/bin/OpenSim.addin.xml
index 707eaf3..82adfa6 100644
--- a/bin/OpenSim.addin.xml
+++ b/bin/OpenSim.addin.xml
@@ -9,7 +9,7 @@
9 <ExtensionPoint path="/OpenSim/AssetCache" name="Region Asset Cache Plugin-point" > 9 <ExtensionPoint path="/OpenSim/AssetCache" name="Region Asset Cache Plugin-point" >
10 <ExtensionNode name="Cache" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetCache"/> 10 <ExtensionNode name="Cache" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetCache"/>
11 </ExtensionPoint> 11 </ExtensionPoint>
12 <ExtensionPoint path="/OpenSim/AssetServerClient" name="Region Asset Cache Server Interface Plugin-point"> 12 <ExtensionPoint path="/OpenSim/AssetClient" name="Region Asset Cache Server Interface Plugin-point">
13 <ExtensionNode name="ServerClient" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetServer"/> 13 <ExtensionNode name="AssetClient" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetServer"/>
14 </ExtensionPoint> 14 </ExtensionPoint>
15</Addin> 15</Addin>