aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Vegetation/VegetationModule.cs
diff options
context:
space:
mode:
authorDiva Canto2012-11-13 08:27:51 -0800
committerDiva Canto2012-11-13 08:27:51 -0800
commit608444c9f712cf76fd5560d012b0f90fe2a3986e (patch)
tree2573829ed6af1d0356b4801ac046bbd8e63d8b1e /OpenSim/Region/CoreModules/World/Vegetation/VegetationModule.cs
parentMoved the WindModule and its own plugins out of .addin.xml (diff)
downloadopensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.zip
opensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.gz
opensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.bz2
opensim-SC_OLD-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.xz
Another 21 modules' directives moved out of .addin.xml
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Vegetation/VegetationModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Vegetation/VegetationModule.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Vegetation/VegetationModule.cs b/OpenSim/Region/CoreModules/World/Vegetation/VegetationModule.cs
index 528da0e3..3f5d375 100644
--- a/OpenSim/Region/CoreModules/World/Vegetation/VegetationModule.cs
+++ b/OpenSim/Region/CoreModules/World/Vegetation/VegetationModule.cs
@@ -28,14 +28,16 @@
28using System; 28using System;
29using System.Reflection; 29using System.Reflection;
30using log4net; 30using log4net;
31using Mono.Addins;
31using Nini.Config; 32using Nini.Config;
32using OpenMetaverse; 33using OpenMetaverse;
33using OpenSim.Framework; 34using OpenSim.Framework;
34using OpenSim.Region.Framework.Interfaces; 35using OpenSim.Region.Framework.Interfaces;
35using OpenSim.Region.Framework.Scenes; 36using OpenSim.Region.Framework.Scenes;
36 37
37namespace OpenSim.Region.CoreModules.Avatar.Vegetation 38namespace OpenSim.Region.CoreModules.World.Vegetation
38{ 39{
40 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "VegetationModule")]
39 public class VegetationModule : INonSharedRegionModule, IVegetationModule 41 public class VegetationModule : INonSharedRegionModule, IVegetationModule
40 { 42 {
41 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 43 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);