diff options
author | Diva Canto | 2009-12-29 17:21:16 -0800 |
---|---|---|
committer | Diva Canto | 2009-12-29 17:21:16 -0800 |
commit | be2f0336269e36fd987392209c8d5bf382a043f5 (patch) | |
tree | f7d828c88d6f4da5657a3c7d270ad3533caa7935 | |
parent | Fixed a couple of bugs that were bombing the data migration. (diff) | |
download | opensim-SC_OLD-be2f0336269e36fd987392209c8d5bf382a043f5.zip opensim-SC_OLD-be2f0336269e36fd987392209c8d5bf382a043f5.tar.gz opensim-SC_OLD-be2f0336269e36fd987392209c8d5bf382a043f5.tar.bz2 opensim-SC_OLD-be2f0336269e36fd987392209c8d5bf382a043f5.tar.xz |
More renames to make everything consistent. This is the UserAccountService.
-rw-r--r-- | OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs (renamed from OpenSim/Services/Connectors/UserAccounts/UserServiceConnector.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Services/UserAccountService/UserAccountService.cs (renamed from OpenSim/Services/UserService/UserService.cs) | 0 | ||||
-rw-r--r-- | OpenSim/Services/UserAccountService/UserAccountServiceBase.cs (renamed from OpenSim/Services/UserService/UserServiceBase.cs) | 0 | ||||
-rw-r--r-- | bin/config-include/Standalone.ini | 2 | ||||
-rw-r--r-- | bin/config-include/StandaloneHypergrid.ini | 2 | ||||
-rw-r--r-- | prebuild.xml | 2 |
6 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Services/Connectors/UserAccounts/UserServiceConnector.cs b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs index d4b906a..d4b906a 100644 --- a/OpenSim/Services/Connectors/UserAccounts/UserServiceConnector.cs +++ b/OpenSim/Services/Connectors/UserAccounts/UserAccountServiceConnector.cs | |||
diff --git a/OpenSim/Services/UserService/UserService.cs b/OpenSim/Services/UserAccountService/UserAccountService.cs index 2e6f7dc..2e6f7dc 100644 --- a/OpenSim/Services/UserService/UserService.cs +++ b/OpenSim/Services/UserAccountService/UserAccountService.cs | |||
diff --git a/OpenSim/Services/UserService/UserServiceBase.cs b/OpenSim/Services/UserAccountService/UserAccountServiceBase.cs index 70ed594..70ed594 100644 --- a/OpenSim/Services/UserService/UserServiceBase.cs +++ b/OpenSim/Services/UserAccountService/UserAccountServiceBase.cs | |||
diff --git a/bin/config-include/Standalone.ini b/bin/config-include/Standalone.ini index 3eb68a0..e881e30 100644 --- a/bin/config-include/Standalone.ini +++ b/bin/config-include/Standalone.ini | |||
@@ -34,4 +34,4 @@ | |||
34 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" | 34 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" |
35 | 35 | ||
36 | [UserAccountService] | 36 | [UserAccountService] |
37 | LocalServiceModule = "OpenSim.Services.UserService.dll:UserAccountService" | 37 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
diff --git a/bin/config-include/StandaloneHypergrid.ini b/bin/config-include/StandaloneHypergrid.ini index 4efc301..c3ed754 100644 --- a/bin/config-include/StandaloneHypergrid.ini +++ b/bin/config-include/StandaloneHypergrid.ini | |||
@@ -59,4 +59,4 @@ | |||
59 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" | 59 | LocalServiceModule = "OpenSim.Services.PresenceService.dll:PresenceService" |
60 | 60 | ||
61 | [UserAccountService] | 61 | [UserAccountService] |
62 | LocalServiceModule = "OpenSim.Services.UserService.dll:UserAccountService" | 62 | LocalServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" |
diff --git a/prebuild.xml b/prebuild.xml index 7881cd7..863064a 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -1038,7 +1038,7 @@ | |||
1038 | </Files> | 1038 | </Files> |
1039 | </Project> | 1039 | </Project> |
1040 | 1040 | ||
1041 | <Project frameworkVersion="v3_5" name="OpenSim.Services.UserService" path="OpenSim/Services/UserService" type="Library"> | 1041 | <Project frameworkVersion="v3_5" name="OpenSim.Services.UserAccountService" path="OpenSim/Services/UserAccountService" type="Library"> |
1042 | <Configuration name="Debug"> | 1042 | <Configuration name="Debug"> |
1043 | <Options> | 1043 | <Options> |
1044 | <OutputPath>../../../bin/</OutputPath> | 1044 | <OutputPath>../../../bin/</OutputPath> |