diff options
author | Michael Cortez | 2009-08-05 13:20:46 -0700 |
---|---|---|
committer | Michael Cortez | 2009-08-05 13:20:46 -0700 |
commit | 6c65b990a2b0a7766841e1776fe533a1f1e98203 (patch) | |
tree | d7bc3f7d4c90ba5536652fdd193b3894f6291fa5 /OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs | |
parent | Begin refactoring XmlRpcGroups to a more generic Groups module that allows fo... (diff) | |
download | opensim-SC_OLD-6c65b990a2b0a7766841e1776fe533a1f1e98203.zip opensim-SC_OLD-6c65b990a2b0a7766841e1776fe533a1f1e98203.tar.gz opensim-SC_OLD-6c65b990a2b0a7766841e1776fe533a1f1e98203.tar.bz2 opensim-SC_OLD-6c65b990a2b0a7766841e1776fe533a1f1e98203.tar.xz |
Fixes mono Add-In references for the OptionalModules add-in so that groups doesn't throw errors, and so that the add-in is correctly reported as "OptionalModules" rather then as "SampleMoney"
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs index 8fbda28..f7883da 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/GroupsMessagingModule.cs | |||
@@ -31,6 +31,7 @@ using System.Reflection; | |||
31 | 31 | ||
32 | 32 | ||
33 | using log4net; | 33 | using log4net; |
34 | using Mono.Addins; | ||
34 | using Nini.Config; | 35 | using Nini.Config; |
35 | 36 | ||
36 | using OpenMetaverse; | 37 | using OpenMetaverse; |
@@ -46,6 +47,7 @@ using Caps = OpenSim.Framework.Capabilities.Caps; | |||
46 | 47 | ||
47 | namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | 48 | namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups |
48 | { | 49 | { |
50 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")] | ||
49 | public class GroupsMessagingModule : ISharedRegionModule | 51 | public class GroupsMessagingModule : ISharedRegionModule |
50 | { | 52 | { |
51 | 53 | ||