move NullStorage => OpenSim.Data.Null to be consistant with

where other data storage assemblies are.
This commit is contained in:
Sean Dague
2008-04-03 21:07:03 +00:00
parent bd56cb8776
commit 5e32d86b87
4 changed files with 8 additions and 8 deletions

View File

@@ -31,7 +31,7 @@ using OpenSim.Framework;
using OpenSim.Region.Environment.Interfaces;
using OpenSim.Region.Environment.Scenes;
namespace OpenSim.DataStore.NullStorage
namespace OpenSim.Data.Null
{
public class NullDataStore : IRegionDataStore
{

View File

@@ -32,11 +32,11 @@ using System.Runtime.InteropServices;
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly : AssemblyTitle("OpenSim.DataStore.NullStorage")]
[assembly : AssemblyTitle("OpenSim.Data.Null")]
[assembly : AssemblyDescription("")]
[assembly : AssemblyConfiguration("")]
[assembly : AssemblyCompany("")]
[assembly : AssemblyProduct("OpenSim.DataStore.NullStorage")]
[assembly : AssemblyProduct("OpenSim.Data.Null")]
[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2008")]
[assembly : AssemblyTrademark("")]
[assembly : AssemblyCulture("")]