aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/Communications/Resources/AssetCache.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 /OpenSim/Framework/Communications/Resources/AssetCache.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 'OpenSim/Framework/Communications/Resources/AssetCache.addin.xml')
-rw-r--r--OpenSim/Framework/Communications/Resources/AssetCache.addin.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/OpenSim/Framework/Communications/Resources/AssetCache.addin.xml b/OpenSim/Framework/Communications/Resources/AssetCache.addin.xml
index 61a9f0f..2ac6dca 100644
--- a/OpenSim/Framework/Communications/Resources/AssetCache.addin.xml
+++ b/OpenSim/Framework/Communications/Resources/AssetCache.addin.xml
@@ -8,10 +8,10 @@
8 <Extension path="/OpenSim/AssetCache"> 8 <Extension path="/OpenSim/AssetCache">
9 <Cache id="Default" provider="Default" type="OpenSim.Framework.Communications.Cache.AssetCache" /> 9 <Cache id="Default" provider="Default" type="OpenSim.Framework.Communications.Cache.AssetCache" />
10 </Extension> 10 </Extension>
11 <Extension path="/OpenSim/AssetServerClient"> 11 <Extension path="/OpenSim/AssetClient">
12 <ServerClient id="Crypto" provider="Crypto" type="OpenSim.Framework.Communications.Cache.CryptoGridAssetClient" /> 12 <AssetClient id="Crypto" provider="Crypto" type="OpenSim.Framework.Communications.Cache.CryptoGridAssetClient" />
13 <ServerClient id="Grid" provider="Grid" type="OpenSim.Framework.Communications.Cache.GridAssetClient" /> 13 <AssetClient id="Grid" provider="Grid" type="OpenSim.Framework.Communications.Cache.GridAssetClient" />
14 <ServerClient id="File" provider="File" type="OpenSim.Framework.Communications.Cache.FileAssetClient" /> 14 <AssetClient id="File" provider="File" type="OpenSim.Framework.Communications.Cache.FileAssetClient" />
15 <ServerClient id="SQL" provider="SQL" type="OpenSim.Framework.Communications.Cache.SQLAssetServer" /> 15 <AssetClient id="SQL" provider="SQL" type="OpenSim.Framework.Communications.Cache.SQLAssetServer" />
16 </Extension> 16 </Extension>
17</Addin> 17</Addin>