aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Cloud/CloudModule.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/Cloud/CloudModule.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/Cloud/CloudModule.cs')
-rw-r--r--OpenSim/Region/CoreModules/World/Cloud/CloudModule.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Cloud/CloudModule.cs b/OpenSim/Region/CoreModules/World/Cloud/CloudModule.cs
index 2ec6ff9..d217f36 100644
--- a/OpenSim/Region/CoreModules/World/Cloud/CloudModule.cs
+++ b/OpenSim/Region/CoreModules/World/Cloud/CloudModule.cs
@@ -27,14 +27,16 @@
27 27
28using System; 28using System;
29using System.Collections.Generic; 29using System.Collections.Generic;
30using Mono.Addins;
30using Nini.Config; 31using Nini.Config;
31using OpenMetaverse; 32using OpenMetaverse;
32using OpenSim.Framework; 33using OpenSim.Framework;
33using OpenSim.Region.Framework.Interfaces; 34using OpenSim.Region.Framework.Interfaces;
34using OpenSim.Region.Framework.Scenes; 35using OpenSim.Region.Framework.Scenes;
35 36
36namespace OpenSim.Region.CoreModules 37namespace OpenSim.Region.CoreModules.World
37{ 38{
39 [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "CloudModule")]
38 public class CloudModule : ICloudModule, INonSharedRegionModule 40 public class CloudModule : ICloudModule, INonSharedRegionModule
39 { 41 {
40// private static readonly log4net.ILog m_log 42// private static readonly log4net.ILog m_log