mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +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.
16 lines
866 B
XML
16 lines
866 B
XML
<Addin id="OpenSim" isroot="true" version="0.5">
|
|
<Runtime>
|
|
<Import assembly="OpenSim.exe"/>
|
|
<Import assembly="OpenSim.Framework.dll"/>
|
|
</Runtime>
|
|
<ExtensionPoint path="/OpenSim/Startup">
|
|
<ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.IApplicationPlugin"/>
|
|
</ExtensionPoint>
|
|
<ExtensionPoint path="/OpenSim/AssetCache" name="Region Asset Cache Plugin-point" >
|
|
<ExtensionNode name="Cache" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetCache"/>
|
|
</ExtensionPoint>
|
|
<ExtensionPoint path="/OpenSim/AssetClient" name="Region Asset Cache Server Interface Plugin-point">
|
|
<ExtensionNode name="AssetClient" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Framework.IAssetServer"/>
|
|
</ExtensionPoint>
|
|
</Addin>
|