Revert "Move addin information to RegionCombinerModule.addin.xml"
This reverts commit ab446bc692.
  Need to look into this
			
			
				integration
			
			
		
							parent
							
								
									ab446bc692
								
							
						
					
					
						commit
						c713c8585d
					
				|  | @ -39,9 +39,11 @@ using OpenSim.Framework.Console; | |||
| using OpenSim.Region.Physics.Manager; | ||||
| using Mono.Addins; | ||||
| 
 | ||||
| 
 | ||||
| [assembly: Addin("RegionCombinerModule", "0.1")] | ||||
| [assembly: AddinDependency("OpenSim", "0.5")] | ||||
| namespace OpenSim.Region.RegionCombinerModule | ||||
| { | ||||
|     [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")] | ||||
|     public class RegionCombinerModule : ISharedRegionModule, IRegionCombinerModule | ||||
|     { | ||||
|         private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | ||||
|  |  | |||
|  | @ -1,14 +0,0 @@ | |||
| <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> | ||||
| 
 | ||||
		Loading…
	
		Reference in New Issue
	
	 BlueWall
						BlueWall