Refactored the Kernel registration fluent interface to be more readable, better suppo...
[castle.git] / Facilities / IBatisNet / Castle.Facilities.IBatisNetIntegration.Tests / Castle.Facilities.IBatisNetIntegration.Tests.build
blob6a4a06432c5326e91938333488b6b30956f7dfc3
1 <?xml version="1.0" ?>
3 <project
4 name="Castle.Facilities.IBatisNetIntegration.Tests"
5 default="test"
6 xmlns="http://nant.sf.net/release/0.85/nant.xsd"
9 <property name="root.dir" value="../../.." />
10 <include buildfile="${root.dir}/common-project.xml" />
12 <target name="init" depends="common.init">
13 <property name="assembly.version" value="1.0.3.0" />
15 <assemblyfileset id="project.references" basedir="${build.dir}">
16 <include name="nunit.framework.dll"/>
17 <include name="Castle.Facilities.IBatisNetIntegration.dll" />
19 <include name="IBatisNet.Common.dll" />
20 <include name="IBatisNet.DataMapper.dll" />
21 <include name="Castle.Core.dll" />
22 <include name="Castle.Services.Transaction.dll" />
23 <include name="Castle.MicroKernel.dll" />
24 <include name="Castle.Windsor.dll" />
25 <include name="Castle.Facilities.AutomaticTransactionManagement.dll" />
26 <include name="System.Configuration.dll" />
27 </assemblyfileset>
29 <resourcefileset id="project.resources" prefix="${project::get-name()}" dynamicprefix="true">
30 <include name="${src.dir}/providers.config" />
31 <include name="${src.dir}/Maps/**.xml" />
32 </resourcefileset>
33 </target>
35 <target name="configure-tests">
36 </target>
38 <target name="generate-assemblyinfo" depends="init common.generate-assemblyinfo" />
40 <target name="test" depends="init generate-assemblyinfo common.compile-tests configure-tests common.run-tests" description="Runs the tests" />
42 </project>