diff options
author | Justin Clark-Casey (justincc) | 2010-12-04 02:47:29 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-12-04 02:47:29 +0000 |
commit | f268cd7c53591a320c7b02d56af1566e7571c2aa (patch) | |
tree | 82534908f610cc13f77c9d82085ad39e8cf097ad /OpenSim/Region/OptionalModules/Example/BareBonesShared | |
parent | add bare bones shared example module (diff) | |
download | opensim-SC_OLD-f268cd7c53591a320c7b02d56af1566e7571c2aa.zip opensim-SC_OLD-f268cd7c53591a320c7b02d56af1566e7571c2aa.tar.gz opensim-SC_OLD-f268cd7c53591a320c7b02d56af1566e7571c2aa.tar.bz2 opensim-SC_OLD-f268cd7c53591a320c7b02d56af1566e7571c2aa.tar.xz |
comment out the extension attribute
Diffstat (limited to 'OpenSim/Region/OptionalModules/Example/BareBonesShared')
-rw-r--r-- | OpenSim/Region/OptionalModules/Example/BareBonesShared/BareBonesSharedModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Example/BareBonesShared/BareBonesSharedModule.cs b/OpenSim/Region/OptionalModules/Example/BareBonesShared/BareBonesSharedModule.cs index aa40c25..781fe95 100644 --- a/OpenSim/Region/OptionalModules/Example/BareBonesShared/BareBonesSharedModule.cs +++ b/OpenSim/Region/OptionalModules/Example/BareBonesShared/BareBonesSharedModule.cs | |||
@@ -49,7 +49,7 @@ namespace OpenSim.Region.OptionalModules.Example.BareBonesShared | |||
49 | /// When the module is enabled it will print messages when it receives certain events to the screen and the log | 49 | /// When the module is enabled it will print messages when it receives certain events to the screen and the log |
50 | /// file. | 50 | /// file. |
51 | /// </remarks> | 51 | /// </remarks> |
52 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "BareBonesSharedModule")] | 52 | //[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "BareBonesSharedModule")] |
53 | public class BareBonesSharedModule : ISharedRegionModule | 53 | public class BareBonesSharedModule : ISharedRegionModule |
54 | { | 54 | { |
55 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 55 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |