- 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

@@ -32,7 +32,6 @@ using System.Collections.Generic;
using System.Net;
using System.IO;
using System.Text;
using ExtensionLoader;
using OpenMetaverse;
using OpenMetaverse.StructuredData;
using OpenSim.Framework;