Fixed IOC-93 to properly handle service overrides using the GenericListConverter.
[castle.git] / MonoRail2 / monorail2.build
blobcee8b194ebad2913b915f7d343d64ce1721596b2
1 <?xml version="1.0" encoding='iso-8859-1' ?>
2 <project
3 name="castle-monorail2"
4 default="build"
5 xmlns="http://nant.sf.net/release/0.85/nant.xsd">
7 <property name="monorail.test" value="true" unless="${property::exists('monorail.test')}" />
8 <property name="common.run-tests" value="${monorail.test}" />
10 <property name="root.dir" value=".." />
11 <include buildfile="${root.dir}/common-project.xml" />
13 <fileset id="buildfiles.all">
14 <!-- Files have to be in dependency order -->
15 <include name="Castle.MonoRail/Castle.MonoRail.build" />
16 <include name="Castle.MonoRail.Tests/Castle.MonoRail.Tests.build" />
17 </fileset>
19 <target name="build" depends="common.build" />
21 <target name="generate-assemblyinfo" depends="common.assemblyinfo" />
23 </project>