diff options
author | Sean Dague | 2008-06-09 21:40:16 +0000 |
---|---|---|
committer | Sean Dague | 2008-06-09 21:40:16 +0000 |
commit | 504ab4477dc21e2fb3ef319d45eeb5e69a6e7227 (patch) | |
tree | cf61fde97fa95f0cb50ffcc957b0162ac6a202dd | |
parent | fill out some more migration facilities (diff) | |
download | opensim-SC_OLD-504ab4477dc21e2fb3ef319d45eeb5e69a6e7227.zip opensim-SC_OLD-504ab4477dc21e2fb3ef319d45eeb5e69a6e7227.tar.gz opensim-SC_OLD-504ab4477dc21e2fb3ef319d45eeb5e69a6e7227.tar.bz2 opensim-SC_OLD-504ab4477dc21e2fb3ef319d45eeb5e69a6e7227.tar.xz |
move Migration support into OpenSim.Data, because it
really turned out to be small enough to not need it's own
assembly
-rw-r--r-- | OpenSim/Data/Migration.cs (renamed from OpenSim/Data/Migrations/Migration.cs) | 2 | ||||
-rw-r--r-- | prebuild.xml | 24 |
2 files changed, 1 insertions, 25 deletions
diff --git a/OpenSim/Data/Migrations/Migration.cs b/OpenSim/Data/Migration.cs index aaf6dab..8487db8 100644 --- a/OpenSim/Data/Migrations/Migration.cs +++ b/OpenSim/Data/Migration.cs | |||
@@ -34,7 +34,7 @@ using System.Reflection; | |||
34 | using System.Text.RegularExpressions; | 34 | using System.Text.RegularExpressions; |
35 | using log4net; | 35 | using log4net; |
36 | 36 | ||
37 | namespace OpenSim.Data.Migrations | 37 | namespace OpenSim.Data |
38 | { | 38 | { |
39 | /// <summary> | 39 | /// <summary> |
40 | /// | 40 | /// |
diff --git a/prebuild.xml b/prebuild.xml index 57bc79f..e5dd324 100644 --- a/prebuild.xml +++ b/prebuild.xml | |||
@@ -196,30 +196,6 @@ | |||
196 | </Files> | 196 | </Files> |
197 | </Project> | 197 | </Project> |
198 | 198 | ||
199 | <Project name="OpenSim.Data.Migrations" path="OpenSim/Data/Migrations" type="Library"> | ||
200 | <Configuration name="Debug"> | ||
201 | <Options> | ||
202 | <OutputPath>../../../bin/</OutputPath> | ||
203 | </Options> | ||
204 | </Configuration> | ||
205 | <Configuration name="Release"> | ||
206 | <Options> | ||
207 | <OutputPath>../../../bin/</OutputPath> | ||
208 | </Options> | ||
209 | </Configuration> | ||
210 | |||
211 | <ReferencePath>../../../bin/</ReferencePath> | ||
212 | <Reference name="System" localCopy="false"/> | ||
213 | <Reference name="System.Data"/> | ||
214 | <Reference name="OpenSim.Framework"/> | ||
215 | <Reference name="log4net" /> | ||
216 | <!-- needed for LLUUID types --> | ||
217 | <Reference name="libsecondlife.dll"/> | ||
218 | <Files> | ||
219 | <Match pattern="*.cs" recurse="true"/> | ||
220 | </Files> | ||
221 | </Project> | ||
222 | |||
223 | <Project name="OpenSim.Data" path="OpenSim/Data" type="Library"> | 199 | <Project name="OpenSim.Data" path="OpenSim/Data" type="Library"> |
224 | <Configuration name="Debug"> | 200 | <Configuration name="Debug"> |
225 | <Options> | 201 | <Options> |