- 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

@@ -836,7 +836,6 @@
<!-- Remove these eventually -->
<Reference name="MySql.Data" />
<Reference name="ExtensionLoader" />
<Files>
<Match pattern="*.cs" recurse="false" />
@@ -868,7 +867,6 @@
<!-- Remove these eventually -->
<Reference name="MySql.Data" />
<Reference name="ExtensionLoader" />
<Files>
<Match pattern="*.cs" recurse="false" />
@@ -876,63 +874,6 @@
</Files>
</Project>
<!--Project name="OpenSim.Grid.AssetInventoryServer.Simple" path="OpenSim/Grid/AssetInventoryServer/Extensions/Simple" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../../../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="System.ServiceProcess"/>
<Reference name="System.Xml"/>
<Reference name="log4net2"/>
<Reference name="OpenSim.Grid.AssetServer.exe"/>
<Reference name="OpenMetaverse"/>
<Reference name="OpenMetaverseTypes"/>
<Reference name="OpenMetaverse.StructuredData2"/>
<Reference name="ExtensionLoader"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project>
<Project name="OpenSim.Grid.AssetInventoryServer.OpenSimMySQL" path="OpenSim/Grid/AssetInventoryServer/Extensions/OpenSimMySQL" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../../../bin/</ReferencePath>
<Reference name="System"/>
<Reference name="System.Data"/>
<Reference name="System.ServiceProcess"/>
<Reference name="System.Xml"/>
<Reference name="log4net2"/>
<Reference name="OpenSim.Grid.AssetServer.exe"/>
<Reference name="OpenMetaverseTypes"/>
<Reference name="OpenMetaverse.StructuredData2"/>
<Reference name="ExtensionLoader"/>
<Reference name="MySql.Data"/>
<Files>
<Match pattern="*.cs" recurse="true"/>
</Files>
</Project-->
<Project name="OpenSim.Grid.UserServer" path="OpenSim/Grid/UserServer" type="Exe">
<Configuration name="Debug">
<Options>