mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 11:57:03 +08:00
Deleted OptionalModules.addin.xml. Added AssemblyInfo.cs for that dll.
This commit is contained in:
@@ -33,9 +33,6 @@ using Nini.Config;
|
||||
using OpenSim.Region.Framework.Interfaces;
|
||||
using OpenSim.Region.Framework.Scenes;
|
||||
|
||||
[assembly: Addin("BareBonesSharedModule", "0.1")]
|
||||
[assembly: AddinDependency("OpenSim", "0.5")]
|
||||
|
||||
namespace OpenSim.Region.OptionalModules.Example.BareBonesShared
|
||||
{
|
||||
/// <summary>
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
<Addin id="OpenSim.Region.OptionalModules" version="0.2">
|
||||
<Runtime>
|
||||
<Import assembly="OpenSim.Region.OptionalModules.dll"/>
|
||||
</Runtime>
|
||||
|
||||
<Dependencies>
|
||||
<Addin id="OpenSim" version="0.5" />
|
||||
</Dependencies>
|
||||
|
||||
<Extension path = "/OpenSim/RegionModules">
|
||||
</Extension>
|
||||
</Addin>
|
||||
Reference in New Issue
Block a user