aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-09-12 17:45:02 +0000
committerSean Dague2008-09-12 17:45:02 +0000
commit1f42c89480acb836750f0e3915b8d778b5747797 (patch)
treedcda5d2f673ce7b4eb92a8ac04c3c82978970f03 /prebuild.xml
parentbe more clever and move the bulk of the db tests for inventory into (diff)
downloadopensim-SC_OLD-1f42c89480acb836750f0e3915b8d778b5747797.zip
opensim-SC_OLD-1f42c89480acb836750f0e3915b8d778b5747797.tar.gz
opensim-SC_OLD-1f42c89480acb836750f0e3915b8d778b5747797.tar.bz2
opensim-SC_OLD-1f42c89480acb836750f0e3915b8d778b5747797.tar.xz
change order in prebuild.xml so this works in nant on a clean
checkout.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml61
1 files changed, 32 insertions, 29 deletions
diff --git a/prebuild.xml b/prebuild.xml
index fa4b904..2dfdad6 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -228,35 +228,6 @@
228 </Files> 228 </Files>
229 </Project> 229 </Project>
230 230
231 <Project name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
232 <Configuration name="Debug">
233 <Options>
234 <OutputPath>../../../bin/</OutputPath>
235 </Options>
236 </Configuration>
237 <Configuration name="Release">
238 <Options>
239 <OutputPath>../../../bin/</OutputPath>
240 </Options>
241 </Configuration>
242
243 <ReferencePath>../../../bin/</ReferencePath>
244 <Reference name="System" localCopy="false"/>
245 <Reference name="System.Xml"/>
246 <Reference name="System.Data"/>
247 <Reference name="XMLRPC.dll"/>
248 <Reference name="OpenMetaverse.dll"/>
249 <Reference name="OpenMetaverseTypes.dll"/>
250 <Reference name="OpenSim.Framework"/>
251 <Reference name="OpenSim.Data.Base"/>
252 <Reference name="OpenSim.Region.Environment"/>
253 <Reference name="log4net.dll"/>
254 <Reference name="Mono.Addins.dll" />
255 <Reference name="nunit.framework.dll" />
256 <Files>
257 <Match pattern="*.cs" recurse="true"/>
258 </Files>
259 </Project>
260 231
261 232
262 <Project name="OpenSim.Data.MySQLMapper" path="OpenSim/Data/MySQLMapper" type="Library"> 233 <Project name="OpenSim.Data.MySQLMapper" path="OpenSim/Data/MySQLMapper" type="Library">
@@ -1381,6 +1352,38 @@
1381 </Files> 1352 </Files>
1382 </Project> 1353 </Project>
1383 1354
1355 <!-- Data Base Modules -->
1356 <Project name="OpenSim.Data.Tests" path="OpenSim/Data/Tests" type="Library">
1357 <Configuration name="Debug">
1358 <Options>
1359 <OutputPath>../../../bin/</OutputPath>
1360 </Options>
1361 </Configuration>
1362 <Configuration name="Release">
1363 <Options>
1364 <OutputPath>../../../bin/</OutputPath>
1365 </Options>
1366 </Configuration>
1367
1368 <ReferencePath>../../../bin/</ReferencePath>
1369 <Reference name="System" localCopy="false"/>
1370 <Reference name="System.Xml"/>
1371 <Reference name="System.Data"/>
1372 <Reference name="OpenMetaverse.dll"/>
1373 <Reference name="OpenMetaverseTypes.dll"/>
1374 <Reference name="OpenSim.Framework"/>
1375 <Reference name="OpenSim.Data"/>
1376 <Reference name="OpenSim.Region.Environment"/>
1377 <Reference name="log4net.dll"/>
1378 <Reference name="Mono.Addins.dll" />
1379 <Reference name="nunit.framework.dll" />
1380 <Files>
1381 <Match pattern="*.cs" recurse="true"/>
1382 </Files>
1383 </Project>
1384
1385
1386
1384 <Project name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library"> 1387 <Project name="OpenSim.Data.MySQL" path="OpenSim/Data/MySQL" type="Library">
1385 <Configuration name="Debug"> 1388 <Configuration name="Debug">
1386 <Options> 1389 <Options>