From 504ab4477dc21e2fb3ef319d45eeb5e69a6e7227 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Mon, 9 Jun 2008 21:40:16 +0000 Subject: [PATCH] move Migration support into OpenSim.Data, because it really turned out to be small enough to not need it's own assembly --- OpenSim/Data/{Migrations => }/Migration.cs | 2 +- prebuild.xml | 24 ---------------------- 2 files changed, 1 insertion(+), 25 deletions(-) rename OpenSim/Data/{Migrations => }/Migration.cs (99%) diff --git a/OpenSim/Data/Migrations/Migration.cs b/OpenSim/Data/Migration.cs similarity index 99% rename from OpenSim/Data/Migrations/Migration.cs rename to OpenSim/Data/Migration.cs index aaf6dab8b1..8487db8530 100644 --- a/OpenSim/Data/Migrations/Migration.cs +++ b/OpenSim/Data/Migration.cs @@ -34,7 +34,7 @@ using System.Reflection; using System.Text.RegularExpressions; using log4net; -namespace OpenSim.Data.Migrations +namespace OpenSim.Data { /// /// diff --git a/prebuild.xml b/prebuild.xml index 57bc79f947..e5dd324691 100644 --- a/prebuild.xml +++ b/prebuild.xml @@ -196,30 +196,6 @@ - - - - ../../../bin/ - - - - - ../../../bin/ - - - - ../../../bin/ - - - - - - - - - - -