Added CascadingAdapter to be able to chain data sources. Very useful in web situations.
[castle.git] / Components / DictionaryAdapter / DictionaryAdapter.build
bloba47e0402841d2e604fa0dc5b90ac0de96ac725bb
1 <?xml version="1.0" encoding='iso-8859-1' ?>
2 <project
3 name="castle-dictionaryadapter-component"
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 <fileset id="buildfiles.all">
12 <!-- Files have to be in dependency order -->
13 <include name="Castle.Components.DictionaryAdapter/Castle.Components.DictionaryAdapter.build" />
14 <include name="Castle.Components.DictionaryAdapter.Tests/Castle.Components.DictionaryAdapter.Tests.build" if="${common.testrunner.enabled}"/>
15 </fileset>
17 <target name="build" depends="common.build" />
19 <target name="generate-assemblyinfo" depends="common.assemblyinfo" />
21 </project>