aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorSean Dague2008-09-23 18:38:25 +0000
committerSean Dague2008-09-23 18:38:25 +0000
commit908f1bcbe23a92ff4e8c51013ead449fc843924a (patch)
tree29e6ed11983e919cca054170c353cdc0202f3f3f /prebuild.xml
parentremove demofilter which apparently was added by something I did way in the pa... (diff)
downloadopensim-SC_OLD-908f1bcbe23a92ff4e8c51013ead449fc843924a.zip
opensim-SC_OLD-908f1bcbe23a92ff4e8c51013ead449fc843924a.tar.gz
opensim-SC_OLD-908f1bcbe23a92ff4e8c51013ead449fc843924a.tar.bz2
opensim-SC_OLD-908f1bcbe23a92ff4e8c51013ead449fc843924a.tar.xz
check in stubbing for mysql tests. This is ignored with
Assert.Ignore() for now, so it won't change anything, but I want to make sure it doesn't break the bamboo infrastructure in it's current state.
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml43
1 files changed, 42 insertions, 1 deletions
diff --git a/prebuild.xml b/prebuild.xml
index 451760d..5c58391 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1417,12 +1417,53 @@
1417 <Reference name="Mono.Addins.dll" /> 1417 <Reference name="Mono.Addins.dll" />
1418 1418
1419 <Files> 1419 <Files>
1420 <Match pattern="*.cs" recurse="true"/> 1420 <Match pattern="*.cs" recurse="true" >
1421 <Exclude name="Tests" pattern="Tests" />
1422 </Match>
1421 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/> 1423 <Match path="Resources" pattern="*.sql" buildAction="EmbeddedResource"/>
1422 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/> 1424 <Match pattern="*.addin.xml" path="Resources" buildAction="EmbeddedResource" recurse="true"/>
1423 </Files> 1425 </Files>
1424 </Project> 1426 </Project>
1425 1427
1428 <Project name="OpenSim.Data.MySQL.Tests" path="OpenSim/Data/MySQL/Tests" type="Library">
1429 <Configuration name="Debug">
1430 <Options>
1431 <OutputPath>../../../../bin/</OutputPath>
1432 </Options>
1433 </Configuration>
1434 <Configuration name="Release">
1435 <Options>
1436 <OutputPath>../../../../bin/</OutputPath>
1437 </Options>
1438 </Configuration>
1439
1440 <ReferencePath>../../../../bin/</ReferencePath>
1441 <Reference name="System" localCopy="false"/>
1442 <Reference name="System.Xml"/>
1443 <Reference name="System.Data"/>
1444 <Reference name="System.Drawing"/>
1445 <Reference name="OpenSim.Framework"/>
1446 <Reference name="OpenSim.Data"/>
1447 <Reference name="OpenSim.Data.MapperFactory"/>
1448 <Reference name="OpenSim.Data.Base"/>
1449 <Reference name="OpenSim.Data.MySQLMapper"/>
1450 <Reference name="OpenMetaverseTypes.dll"/>
1451 <Reference name="OpenMetaverse.dll"/>
1452 <Reference name="MySql.Data.dll"/>
1453 <Reference name="OpenSim.Data.Tests"/>
1454 <Reference name="OpenSim.Data.MySQL"/>
1455 <Reference name="OpenSim.Framework.Console"/>
1456 <Reference name="OpenSim.Region.Environment"/>
1457 <Reference name="log4net.dll"/>
1458 <Reference name="nunit.framework.dll" />
1459 <Reference name="Mono.Addins.dll" />
1460
1461 <Files>
1462 <Match pattern="*.cs" recurse="true"/>
1463 </Files>
1464 </Project>
1465
1466
1426 <Project name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library"> 1467 <Project name="OpenSim.Data.MSSQL" path="OpenSim/Data/MSSQL" type="Library">
1427 <Configuration name="Debug"> 1468 <Configuration name="Debug">
1428 <Options> 1469 <Options>