aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-06-09 21:40:16 +0000
committerSean Dague2008-06-09 21:40:16 +0000
commit504ab4477dc21e2fb3ef319d45eeb5e69a6e7227 (patch)
treecf61fde97fa95f0cb50ffcc957b0162ac6a202dd /prebuild.xml
parentfill out some more migration facilities (diff)
downloadopensim-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
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml24
1 files changed, 0 insertions, 24 deletions
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>