*Moved XmlConfiguration to its own project

*Made it possible to load a configuration interface by DLL
*Deleted the 1024 config files until they are updated
This commit is contained in:
mingchen
2007-07-19 20:39:33 +00:00
parent b2c6f316e1
commit ed69e84874
1032 changed files with 78 additions and 3120 deletions

View File

@@ -197,7 +197,7 @@ namespace OpenSim
#endregion
private void SetupFromConfigFile(IGenericConfig configData)
/*private void SetupFromConfigFile(IGenericConfig configData)
{
// Log filename
string attri = "";
@@ -295,7 +295,7 @@ namespace OpenSim
configData.Commit();
}
}*/
/// <summary>
/// Performs any last-minute sanity checking and shuts down the region server