1 <?xml version=
"1.0" encoding='iso-
8859-
1'
?>
3 name=
"nhibernate-facility"
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}" />
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}"/>
22 <target name=
"build" depends=
"common.build" />
24 <target name=
"generate-assemblyinfo" depends=
"common.assemblyinfo" />