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:
@@ -7,10 +7,10 @@
|
||||
<Addin id="OpenSim.Grid.AssetInventoryServer" version="0.1" />
|
||||
</Dependencies>
|
||||
|
||||
<Extension path="/OpenSim/AssetInventoryServer/StorageProvider">
|
||||
<Extension path="/OpenSim/AssetInventoryServer/AssetStorageProvider">
|
||||
<Plugin id="SimpleAssetStorage" provider="OpenSim.Grid.AssetInventoryServer.Plugins.Simple.dll" type="OpenSim.Grid.AssetInventoryServer.Plugins.Simple.SimpleAssetStoragePlugin" />
|
||||
</Extension>
|
||||
<Extension path="/OpenSim/AssetInventoryServer/InventoryProvider">
|
||||
<Extension path="/OpenSim/AssetInventoryServer/InventoryStorageProvider">
|
||||
<Plugin id="SimpleInventoryStorage" provider="OpenSim.Grid.AssetInventoryServer.Plugins.Simple.dll" type="OpenSim.Grid.AssetInventoryServer.Plugins.Simple.SimpleInventoryStoragePlugin" />
|
||||
</Extension>
|
||||
</Addin>
|
||||
|
||||
Reference in New Issue
Block a user