mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
- 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:
59
prebuild.xml
59
prebuild.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user