mirror of
https://github.com/opensim/opensim.git
synced 2026-07-18 13:45:37 +08:00
Move addin information to RegionCombinerModule.addin.xml
Move addin information from attributes to RegionCombinerModule.addin.xml to aid in automation of addin dependency tracking.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<Addin id="RegionCombinerModule" version="0.2">
|
||||
<Runtime>
|
||||
<Import assembly="OpenSim.Region.RegionCombinerModule.dll"/>
|
||||
</Runtime>
|
||||
|
||||
<Dependencies>
|
||||
<Addin id="OpenSim" version="0.5" />
|
||||
</Dependencies>
|
||||
|
||||
<Extension path = "/OpenSim/RegionModules">
|
||||
<RegionModule id="RegionCombinerModule" type="OpenSim.Region.RegionCombinerModule" />
|
||||
</Extension>
|
||||
</Addin>
|
||||
|
||||
Reference in New Issue
Block a user