Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
git-svn-id: https://nhcontrib.svn.sourceforge.net/svnroot/nhcontrib/trunk@1678 d7b3437e-3345-0410-94a8-cbd290e69f67
  • Loading branch information
darioquintana committed Apr 18, 2011
1 parent cd9eff8 commit c192f68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/NHibernate.Validator/default.build
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@

<copy todir="${build.nuget.dir}">
<fileset basedir="${bin.dir}">
<include name="*" />
<include name="**/*" />
</fileset>
</copy>

Expand All @@ -203,6 +203,7 @@

<delete>
<fileset basedir="${build.nuget.dir}">
<include name="test-results/**/*.*" />
<include name="NHibernate.dll" />
<include name="NHibernate.xml" />
<include name="nunit*" />
Expand Down

0 comments on commit c192f68

Please sign in to comment.