mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
move NullStorage => OpenSim.Data.Null to be consistant with
where other data storage assemblies are.
This commit is contained in:
@@ -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
|
||||
{
|
||||
@@ -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("")]
|
||||
Reference in New Issue
Block a user