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/Framework | |
parent | Moved the WindModule and its own plugins out of .addin.xml (diff) | |
download | opensim-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/Framework')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs b/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs index 3155ce7..ec22146 100644 --- a/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs +++ b/OpenSim/Region/CoreModules/Framework/Library/LibraryModule.cs | |||
@@ -41,10 +41,12 @@ using OpenSim.Server.Base; | |||
41 | 41 | ||
42 | using OpenMetaverse; | 42 | using OpenMetaverse; |
43 | using log4net; | 43 | using log4net; |
44 | using Mono.Addins; | ||
44 | using Nini.Config; | 45 | using Nini.Config; |
45 | 46 | ||
46 | namespace OpenSim.Region.CoreModules.Framework.Library | 47 | namespace OpenSim.Region.CoreModules.Framework.Library |
47 | { | 48 | { |
49 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "LibraryModule")] | ||
48 | public class LibraryModule : ISharedRegionModule | 50 | public class LibraryModule : ISharedRegionModule |
49 | { | 51 | { |
50 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 52 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |