Fixing Spring Build

This commit is contained in:
Arjen Poutsma 2009-02-25 19:12:12 +00:00
parent 719a25a006
commit e8b353e703
1 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
<copy todir="${package.output.dir}/projects">
<fileset dir="${basedir}/..">
<exclude name="**/target/**"/>
<exclude name="*/target/**"/>
<exclude name="integration-repo/**"/>
<exclude name="ivy-cache/**"/>
<!--exclude name="ivy-cache/repository/org.apache.velocity/org.apache.velocity.docbookframework.dist/**"/-->
@ -70,4 +70,4 @@
</zip-->
</target>
</project>
</project>