- add list for backend plugins and Dispose() all plugins on shutdown

- fix some plugin names
- remove most references to ExtensionLoader
- remove commented out AssetInventoryServer blobs from prebuild.xml
This commit is contained in:
Mike Mazur
2009-02-16 02:27:01 +00:00
parent 932e591e05
commit f1e71ca5e1
10 changed files with 25 additions and 77 deletions

View File

@@ -71,7 +71,7 @@ namespace OpenSim.Grid.AssetInventoryServer.Plugins
public string Name
{
get { return "AssetInventoryServer Null authentication frontend"; }
get { return "AssetInventoryServer Null authentication"; }
}
#endregion IPlugin implementation