attempt to fix up all refernces to new directory structure

This commit is contained in:
Sean Dague
2008-04-02 15:36:01 +00:00
parent 244d09b895
commit f52c8f3970
55 changed files with 78 additions and 78 deletions

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.Framework.Data.SQLite")]
[assembly : AssemblyTitle("OpenSim.Data.SQLite")]
[assembly : AssemblyDescription("")]
[assembly : AssemblyConfiguration("")]
[assembly : AssemblyCompany("")]
[assembly : AssemblyProduct("OpenSim.Framework.Data.SQLite")]
[assembly : AssemblyProduct("OpenSim.Data.SQLite")]
[assembly : AssemblyCopyright("Copyright (c) OpenSimulator.org Developers 2007-2008")]
[assembly : AssemblyTrademark("")]
[assembly : AssemblyCulture("")]

View File

@@ -32,7 +32,7 @@ using libsecondlife;
using Mono.Data.SqliteClient;
using OpenSim.Framework.Console;
namespace OpenSim.Framework.Data.SQLite
namespace OpenSim.Data.SQLite
{
/// <summary>
/// A User storage interface for the DB4o database system

View File

@@ -32,7 +32,7 @@ using System.Security.Cryptography;
using System.Text;
using libsecondlife;
namespace OpenSim.Framework.Data.SQLite
namespace OpenSim.Data.SQLite
{
/// <summary>
/// A Grid Interface to the SQLite database

View File

@@ -33,7 +33,7 @@ using libsecondlife;
using Mono.Data.SqliteClient;
using OpenSim.Framework.Console;
namespace OpenSim.Framework.Data.SQLite
namespace OpenSim.Data.SQLite
{
public class SQLiteInventoryStore : SQLiteUtil, IInventoryData
{

View File

@@ -33,7 +33,7 @@ using libsecondlife;
using Mono.Data.SqliteClient;
using OpenSim.Framework.Console;
namespace OpenSim.Framework.Data.SQLite
namespace OpenSim.Data.SQLite
{
internal class SQLiteManager : SQLiteUtil
{

View File

@@ -36,7 +36,7 @@ using OpenSim.Framework.Console;
using OpenSim.Region.Environment.Interfaces;
using OpenSim.Region.Environment.Scenes;
namespace OpenSim.Framework.Data.SQLite
namespace OpenSim.Data.SQLite
{
public class SQLiteRegionData : IRegionDataStore
{

View File

@@ -32,7 +32,7 @@ using libsecondlife;
using Mono.Data.SqliteClient;
using OpenSim.Framework.Console;
namespace OpenSim.Framework.Data.SQLite
namespace OpenSim.Data.SQLite
{
/// <summary>
/// A User storage interface for the SQLite database system

View File

@@ -29,7 +29,7 @@ using System;
using System.Data;
using Mono.Data.SqliteClient;
namespace OpenSim.Framework.Data.SQLite
namespace OpenSim.Data.SQLite
{
/// <summary>
/// A base class for methods needed by all SQLite database classes