From 3d8219f6c7faa256d6a13ab7925f75d83af95b78 Mon Sep 17 00:00:00 2001 From: MW Date: Mon, 29 Oct 2007 21:46:25 +0000 Subject: as per the "Filesystem cleanup for OpenSim repository" mailing list thread. Have flattened the OpenSim.Framework project/namespace. The problem is that the namespace is still wrong as its "OpenSim.Framework" while the directory is "OpenSim\Framework\General" , so we need to decide if we change the directory or correct the namespace. Note this has lead to a big flat project, but I think a lot of the files we most likely don't even use any longer. And others belong in other projects/namespaces anyway. --- OpenSim/Framework/Configuration/HTTP/HTTPConfiguration.cs | 2 +- OpenSim/Framework/Configuration/HTTP/RemoteConfigSettings.cs | 2 +- OpenSim/Framework/Configuration/XML/XmlConfiguration.cs | 4 +--- 3 files changed, 3 insertions(+), 5 deletions(-) (limited to 'OpenSim/Framework/Configuration') diff --git a/OpenSim/Framework/Configuration/HTTP/HTTPConfiguration.cs b/OpenSim/Framework/Configuration/HTTP/HTTPConfiguration.cs index 2d430a4..efe6ebb 100644 --- a/OpenSim/Framework/Configuration/HTTP/HTTPConfiguration.cs +++ b/OpenSim/Framework/Configuration/HTTP/HTTPConfiguration.cs @@ -32,7 +32,7 @@ using System.Net; using System.IO; using System.Text; -using OpenSim.Framework.Configuration.Interfaces; +using OpenSim.Framework; namespace OpenSim.Framework.Configuration.HTTP { diff --git a/OpenSim/Framework/Configuration/HTTP/RemoteConfigSettings.cs b/OpenSim/Framework/Configuration/HTTP/RemoteConfigSettings.cs index 7eb2fe4..3ac03bb 100644 --- a/OpenSim/Framework/Configuration/HTTP/RemoteConfigSettings.cs +++ b/OpenSim/Framework/Configuration/HTTP/RemoteConfigSettings.cs @@ -30,7 +30,7 @@ using System; using System.Collections.Generic; using System.Text; -using OpenSim.Framework.Configuration; +using OpenSim.Framework; namespace OpenSim.Framework.Configuration.HTTP { diff --git a/OpenSim/Framework/Configuration/XML/XmlConfiguration.cs b/OpenSim/Framework/Configuration/XML/XmlConfiguration.cs index 7590834..52db852 100644 --- a/OpenSim/Framework/Configuration/XML/XmlConfiguration.cs +++ b/OpenSim/Framework/Configuration/XML/XmlConfiguration.cs @@ -29,9 +29,7 @@ using System; using System.IO; using System.Xml; -using OpenSim.Framework.Interfaces; -using OpenSim.Framework.Configuration.Interfaces; -using OpenSim.Framework.Utilities; +using OpenSim.Framework; namespace OpenSim.Framework.Configuration { -- cgit v1.1