mirror of
https://github.com/opensim/opensim.git
synced 2026-05-18 13:35:35 +08:00
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.
18 lines
930 B
XML
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>
|