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

where other data storage assemblies are.
0.6.0-stable
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("")]

View File

@ -7,7 +7,7 @@ gridmode = false
; *** Prim Storage - only leave one storage_plugin uncommented ***
; --- The NullStorage stores nothing - effectively disabling persistence:
storage_plugin = "OpenSim.DataStore.NullStorage.dll"
storage_plugin = "OpenSim.Data.Null.dll"
; --- To use sqlite as region storage:
;storage_plugin = "OpenSim.Data.SQLite.dll"

View File

@ -852,19 +852,19 @@
</Project>
<!-- Datastore Plugins -->
<Project name="OpenSim.DataStore.NullStorage" path="OpenSim/Region/Storage/OpenSim.DataStore.NullStorage" type="Library">
<Project name="OpenSim.Data.Null" path="OpenSim/Data/Null" type="Library">
<Configuration name="Debug">
<Options>
<OutputPath>../../../../bin/</OutputPath>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>../../../../bin/</OutputPath>
<OutputPath>../../../bin/</OutputPath>
</Options>
</Configuration>
<ReferencePath>../../../../bin/</ReferencePath>
<ReferencePath>../../../bin/</ReferencePath>
<Reference name="System" localCopy="false"/>
<Reference name="System.Xml"/>
<Reference name="libsecondlife.dll"/>