- add restrictions and error handling to plugin loading in

AssetInventoryServer
- assign shorter names to each AssetInventory plugin
- modify AssetInventoryServer.ini.example file so it works out of the
  box
This commit is contained in:
Mike Mazur
2009-02-16 02:28:51 +00:00
parent efbb44b98a
commit e41f761e0d
13 changed files with 69 additions and 45 deletions

View File

@@ -619,7 +619,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins.Simple
public string Name
{
get { return "AssetInventoryServer Simple inventory storage provider"; }
get { return "SimpleInventoryStorage"; }
}
#endregion IPlugin implementation