aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-06-09 18:24:07 +0000
committerSean Dague2008-06-09 18:24:07 +0000
commit283cc90566b42985069d5af0a92dbecb10675d0d (patch)
treedb9b501f5e37f3454c1eff4c89162b95c7561552 /prebuild.xml
parent*Fixed bug that caused failure when System.Console.Readline returns null (no ... (diff)
downloadopensim-SC_OLD-283cc90566b42985069d5af0a92dbecb10675d0d.zip
opensim-SC_OLD-283cc90566b42985069d5af0a92dbecb10675d0d.tar.gz
opensim-SC_OLD-283cc90566b42985069d5af0a92dbecb10675d0d.tar.bz2
opensim-SC_OLD-283cc90566b42985069d5af0a92dbecb10675d0d.tar.xz
start in on the shell for a generic database versioning module. My
intent is to create an easier way to manage database table versions like the model used for ruby on rails migrations.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index e5dd324..6257bad 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -196,6 +196,29 @@
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 <!-- needed for LLUUID types -->
216 <Reference name="libsecondlife.dll"/>
217 <Files>
218 <Match pattern="*.cs" recurse="true"/>
219 </Files>
220 </Project>
221
199 <Project name="OpenSim.Data" path="OpenSim/Data" type="Library"> 222 <Project name="OpenSim.Data" path="OpenSim/Data" type="Library">
200 <Configuration name="Debug"> 223 <Configuration name="Debug">
201 <Options> 224 <Options>