Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization

Update using statements and prebuild.xml. Also trim trailing whitespace.
This commit is contained in:
Mike Mazur
2009-03-16 00:12:25 +00:00
parent abc5df12c8
commit f28886e26d
13 changed files with 119 additions and 119 deletions

View File

@@ -28,7 +28,7 @@
using System.Collections.Generic;
using OpenMetaverse;
namespace OpenSim.Framework.Archive
namespace OpenSim.Framework.Serialization
{
/// <summary>
/// Constants for the archiving module

View File

@@ -31,7 +31,7 @@ using System.Reflection;
using System.Text;
using log4net;
namespace OpenSim.Framework.Archive
namespace OpenSim.Framework.Serialization
{
/// <summary>
/// Temporary code to do the bare minimum required to read a tar archive for our purposes

View File

@@ -30,7 +30,7 @@ using System.Collections.Generic;
using System.IO;
using System.Text;
namespace OpenSim.Framework.Archive
namespace OpenSim.Framework.Serialization
{
/// <summary>
/// Temporary code to produce a tar archive in tar v7 format