Files
opensim/OpenSim/Framework/Communications/Resources/AssetCache.addin.xml
Sean Dague 8ed631307b 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.
2009-02-18 13:15:07 +00:00

18 lines
930 B
XML

<Addin id="OpenSim.Framework.Communications" version="1.0">
<Runtime>
<Import assembly="OpenSim.Framework.Communications.dll"/>
</Runtime>
<Dependencies>
<Addin id="OpenSim" version="0.5" />
</Dependencies>
<Extension path="/OpenSim/AssetCache">
<Cache id="Default" provider="Default" type="OpenSim.Framework.Communications.Cache.AssetCache" />
</Extension>
<Extension path="/OpenSim/AssetClient">
<AssetClient id="Crypto" provider="Crypto" type="OpenSim.Framework.Communications.Cache.CryptoGridAssetClient" />
<AssetClient id="Grid" provider="Grid" type="OpenSim.Framework.Communications.Cache.GridAssetClient" />
<AssetClient id="File" provider="File" type="OpenSim.Framework.Communications.Cache.FileAssetClient" />
<AssetClient id="SQL" provider="SQL" type="OpenSim.Framework.Communications.Cache.SQLAssetServer" />
</Extension>
</Addin>