changing more references to OpenSim.Data

This commit is contained in:
Sean Dague
2008-04-02 15:38:44 +00:00
parent f52c8f3970
commit 86cf07f1c4
17 changed files with 34 additions and 34 deletions

View File

@@ -84,7 +84,7 @@ namespace OpenSim.Framework
"Key to expect from user server", "null", false);
configMember.addConfigurationOption("database_provider", ConfigurationOption.ConfigurationTypes.TYPE_STRING,
"DLL for database provider", "OpenSim.Framework.Data.MySQL.dll", false);
"DLL for database provider", "OpenSim.Data.MySQL.dll", false);
configMember.addConfigurationOption("region_comms_provider", ConfigurationOption.ConfigurationTypes.TYPE_STRING,
"DLL for comms provider", "OpenSim.Region.Communications.OGS1.dll", false);