m1 build corrections

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_BRANCH@647180 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Niall Kegan Pemberton 2008-04-11 14:29:05 +00:00
parent 7d97c86498
commit e3bbfdf491
1 changed files with 1 additions and 7 deletions

View File

@ -75,6 +75,7 @@
<ant:copy todir="${maven.dist.bin.assembly.dir}"> <ant:copy todir="${maven.dist.bin.assembly.dir}">
<ant:fileset dir="."> <ant:fileset dir=".">
<ant:include name="RELEASE-NOTES.html"/> <ant:include name="RELEASE-NOTES.html"/>
<ant:include name="NOTICE.txt"/>
</ant:fileset> </ant:fileset>
</ant:copy> </ant:copy>
@ -110,13 +111,6 @@
</ant:fileset> </ant:fileset>
</ant:copy> </ant:copy>
<!-- Copy Jars -->
<ant:copy todir="${maven.dist.src.assembly.dir}">
<ant:fileset dir="${maven.build.dir}">
<ant:include name="*.jar"/>
</ant:fileset>
</ant:copy>
<!-- Copy XDocs --> <!-- Copy XDocs -->
<ant:copy todir="${maven.dist.src.assembly.dir}/xdocs"> <ant:copy todir="${maven.dist.src.assembly.dir}/xdocs">
<ant:fileset dir="xdocs" /> <ant:fileset dir="xdocs" />