diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | 1 | ||||
-rw-r--r-- | OpenSim/Services/Interfaces/OpenProfileClient.cs (renamed from OpenSim/Region/CoreModules/Avatar/UserProfiles/OpenProfileClient.cs) | 2 | ||||
-rw-r--r-- | prebuild.xml | 2 |
3 files changed, 4 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs index d05b1f6..3d45f1d 100644 --- a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | |||
@@ -47,6 +47,7 @@ using OpenSim.Services.Interfaces; | |||
47 | using Mono.Addins; | 47 | using Mono.Addins; |
48 | using OpenSim.Services.Connectors.Hypergrid; | 48 | using OpenSim.Services.Connectors.Hypergrid; |
49 | using OpenSim.Framework.Servers.HttpServer; | 49 | using OpenSim.Framework.Servers.HttpServer; |
50 | using OpenSim.Services.UserProfilesService; | ||
50 | 51 | ||
51 | namespace OpenSim.Region.CoreModules.Avatar.UserProfiles | 52 | namespace OpenSim.Region.CoreModules.Avatar.UserProfiles |
52 | { | 53 | { |
diff --git a/OpenSim/Region/CoreModules/Avatar/UserProfiles/OpenProfileClient.cs b/OpenSim/Services/Interfaces/OpenProfileClient.cs index 23de3f5..099b0c3 100644 --- a/OpenSim/Region/CoreModules/Avatar/UserProfiles/OpenProfileClient.cs +++ b/OpenSim/Services/Interfaces/OpenProfileClient.cs | |||
@@ -39,7 +39,7 @@ using Nwc.XmlRpc; | |||
39 | using OpenMetaverse; | 39 | using OpenMetaverse; |
40 | using OpenSim.Framework; | 40 | using OpenSim.Framework; |
41 | 41 | ||
42 | namespace OpenSim.Region.CoreModules.Avatar.UserProfiles | 42 | namespace OpenSim.Services.UserProfilesService |
43 | { | 43 | { |
44 | /// <summary> | 44 | /// <summary> |
45 | /// A client for accessing a profile server using the OpenProfile protocol. | 45 | /// A client for accessing a profile server using the OpenProfile protocol. |
diff --git a/prebuild.xml b/prebuild.xml index 09c429a..577251b 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -133,6 +133,8 @@ | |||
133 | <Reference name="OpenSim.Framework"/> | 133 | <Reference name="OpenSim.Framework"/> |
134 | <Reference name="OpenSim.Framework.Console"/> | 134 | <Reference name="OpenSim.Framework.Console"/> |
135 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> | 135 | <Reference name="OpenSim.Framework.Servers.HttpServer"/> |
136 | <Reference name="System.Xml"/> | ||
137 | <Reference name="XMLRPC" path="../../bin/"/> | ||
136 | <Reference name="Nini" path="../../../bin/"/> | 138 | <Reference name="Nini" path="../../../bin/"/> |
137 | <Reference name="log4net" path="../../../bin/"/> | 139 | <Reference name="log4net" path="../../../bin/"/> |
138 | 140 | ||