aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/Properties/AssemblyInfo.cs
diff options
context:
space:
mode:
authorSean Dague2008-04-03 21:07:03 +0000
committerSean Dague2008-04-03 21:07:03 +0000
commit5e32d86b87478eb90a6fe4d4d9f701f4d102116a (patch)
tree1db49a1c4e537bcc7d097e2b775a8222bc484a6d /OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/Properties/AssemblyInfo.cs
parentremove the old MonoSqlite directory once and for all (diff)
downloadopensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.zip
opensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.tar.gz
opensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.tar.bz2
opensim-SC_OLD-5e32d86b87478eb90a6fe4d4d9f701f4d102116a.tar.xz
move NullStorage => OpenSim.Data.Null to be consistant with
where other data storage assemblies are.
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/Null/Properties/AssemblyInfo.cs (renamed from OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/Properties/AssemblyInfo.cs)4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/Properties/AssemblyInfo.cs b/OpenSim/Data/Null/Properties/AssemblyInfo.cs
index 0744f8b..5db915c 100644
--- a/OpenSim/Region/Storage/OpenSim.DataStore.NullStorage/Properties/AssemblyInfo.cs
+++ b/OpenSim/Data/Null/Properties/AssemblyInfo.cs
@@ -32,11 +32,11 @@ using System.Runtime.InteropServices;
32// set of attributes. Change these attribute values to modify the information 32// set of attributes. Change these attribute values to modify the information
33// associated with an assembly. 33// associated with an assembly.
34 34
35[assembly : AssemblyTitle("OpenSim.DataStore.NullStorage")] 35[assembly : AssemblyTitle("OpenSim.Data.Null")]
36[assembly : AssemblyDescription("")] 36[assembly : AssemblyDescription("")]
37[assembly : AssemblyConfiguration("")] 37[assembly : AssemblyConfiguration("")]
38[assembly : AssemblyCompany("")] 38[assembly : AssemblyCompany("")]
39[assembly : AssemblyProduct("OpenSim.DataStore.NullStorage")] 39[assembly : AssemblyProduct("OpenSim.Data.Null")]
40[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2008")] 40[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2008")]
41[assembly : AssemblyTrademark("")] 41[assembly : AssemblyTrademark("")]
42[assembly : AssemblyCulture("")] 42[assembly : AssemblyCulture("")]