Support multiple service models for a component. WindsorServiceHostFactory will...
[castle.git] / Facilities / NHibernateIntegration / NHibernateIntegration.build
blobd51180f4b53b3c8d557f47107b7c59da42c7ea5e
1 <?xml version="1.0" encoding='iso-8859-1' ?>
2 <project
3 name="nhibernate-facility"
4 default="build"
5 xmlns="http://nant.sf.net/release/0.85/nant.xsd"
8 <property name="root.dir" value="../.." />
9 <include buildfile="${root.dir}/common-project.xml" />
11 <if test="${not property::exists('nhibernate.test')}">
12 <property name="nhibernate.test" value="${common.testrunner.enabled}" />
13 </if>
14 <property name="common.testrunner.enabled" value="${nhibernate.test}" />
16 <fileset id="buildfiles.all">
17 <!-- Files have to be in dependency order -->
18 <include name="Castle.Facilities.NHibernateIntegration/Castle.Facilities.NHibernateIntegration.build" />
19 <include name="Castle.Facilities.NHibernateIntegration.Tests/Castle.Facilities.NHibernateIntegration.Tests.build" if="${common.testrunner.enabled}"/>
20 </fileset>
22 <target name="build" depends="common.build" />
24 <target name="generate-assemblyinfo" depends="common.assemblyinfo" />
26 </project>