* Cleaned namespaces of entire solution. OpenSim directories now correspond with namespaces.

This commit is contained in:
Adam Frisby
2008-05-01 15:36:39 +00:00
parent 92fd719d7b
commit a1c8aa4050
91 changed files with 790 additions and 272 deletions

View File

@@ -29,12 +29,13 @@ using System;
using System.IO;
using log4net.Config;
using Nini.Config;
using OpenSim;
using OpenSim.Framework;
using OpenSim.Framework.Console;
using OpenSim.Region.Environment;
using OpenSim.Region.Environment.Scenes;
namespace OpenSim.Tools.Export
namespace OpenSimExport
{
public class OpenSimExport
{
@@ -108,4 +109,4 @@ namespace OpenSim.Tools.Export
return config;
}
}
}
}