Fixing NAnt based NHibernate testing by excluding NHibernate 2.0 dll

This commit is contained in:
lahma
2008-06-18 10:54:05 +00:00
parent c1ecf95119
commit 15c508a50a
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@
<exclude name="${project::get-name()}.dll" />
<exclude name="Spring.Data.NHibernate.Tests.dll" />
<exclude name="Spring.Data.NHibernate12.dll" />
<exclude name="Spring.Data.NHibernate20.dll" />
<exclude name="CloverRuntime.dll" />
</references>
<resources prefix="Spring" dynamicprefix="true" failonempty="true">

View File

@@ -29,6 +29,7 @@
<include name="*.dll" />
<exclude name="${project::get-name()}.dll" />
<exclude name="Spring.Data.NHibernate12.dll" />
<exclude name="Spring.Data.NHibernate20.dll" />
<exclude name="CloverRuntime.dll" />
</references>
<resources prefix="Spring" dynamicprefix="true" failonempty="true">