diff options
author | Diva Canto | 2012-11-13 08:27:51 -0800 |
---|---|---|
committer | Diva Canto | 2012-11-13 08:27:51 -0800 |
commit | 608444c9f712cf76fd5560d012b0f90fe2a3986e (patch) | |
tree | 2573829ed6af1d0356b4801ac046bbd8e63d8b1e /OpenSim/Region/CoreModules/World/Cloud | |
parent | Moved the WindModule and its own plugins out of .addin.xml (diff) | |
download | opensim-SC-608444c9f712cf76fd5560d012b0f90fe2a3986e.zip opensim-SC-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.gz opensim-SC-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.bz2 opensim-SC-608444c9f712cf76fd5560d012b0f90fe2a3986e.tar.xz |
Another 21 modules' directives moved out of .addin.xml
Diffstat (limited to 'OpenSim/Region/CoreModules/World/Cloud')
-rw-r--r-- | OpenSim/Region/CoreModules/World/Cloud/CloudModule.cs | 4 |
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 | ||
28 | using System; | 28 | using System; |
29 | using System.Collections.Generic; | 29 | using System.Collections.Generic; |
30 | using Mono.Addins; | ||
30 | using Nini.Config; | 31 | using Nini.Config; |
31 | using OpenMetaverse; | 32 | using OpenMetaverse; |
32 | using OpenSim.Framework; | 33 | using OpenSim.Framework; |
33 | using OpenSim.Region.Framework.Interfaces; | 34 | using OpenSim.Region.Framework.Interfaces; |
34 | using OpenSim.Region.Framework.Scenes; | 35 | using OpenSim.Region.Framework.Scenes; |
35 | 36 | ||
36 | namespace OpenSim.Region.CoreModules | 37 | namespace 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 |