mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Name extension points a little clearer.
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
<ExtensionPoint path="/OpenSim/AssetInventoryServer/Frontend">
|
||||
<ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Grid.AssetInventoryServer.IAssetInventoryServerPlugin" />
|
||||
</ExtensionPoint>
|
||||
<ExtensionPoint path="/OpenSim/AssetInventoryServer/StorageProvider">
|
||||
<ExtensionPoint path="/OpenSim/AssetInventoryServer/AssetStorageProvider">
|
||||
<ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Grid.AssetInventoryServer.IAssetStorageProvider" />
|
||||
</ExtensionPoint>
|
||||
<ExtensionPoint path="/OpenSim/AssetInventoryServer/InventoryProvider">
|
||||
<ExtensionPoint path="/OpenSim/AssetInventoryServer/InventoryStorageProvider">
|
||||
<ExtensionNode name="Plugin" type="OpenSim.Framework.PluginExtensionNode" objectType="OpenSim.Grid.AssetInventoryServer.IInventoryStorageProvider" />
|
||||
</ExtensionPoint>
|
||||
<ExtensionPoint path="/OpenSim/AssetInventoryServer/AuthenticationProvider">
|
||||
|
||||
Reference in New Issue
Block a user