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
Project: http://git-wip-us.apache.org/repos/asf/commons-collections/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-collections/commit/e3bbfdf4 Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/e3bbfdf4 Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/e3bbfdf4 Branch: refs/heads/COLLECTIONS_3_2_BRANCH Commit: e3bbfdf4913ed0265a5039b0b6e45bf4e365d9a6 Parents: 7d97c86 Author: Niall Kegan Pemberton <nia...@apache.org> Authored: Fri Apr 11 14:29:05 2008 +0000 Committer: Niall Kegan Pemberton <nia...@apache.org> Committed: Fri Apr 11 14:29:05 2008 +0000 ---------------------------------------------------------------------- maven.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/e3bbfdf4/maven.xml ---------------------------------------------------------------------- diff --git a/maven.xml b/maven.xml index 171949b..2ca0bb8 100644 --- a/maven.xml +++ b/maven.xml @@ -75,6 +75,7 @@ <ant:copy todir="${maven.dist.bin.assembly.dir}"> <ant:fileset dir="."> <ant:include name="RELEASE-NOTES.html"/> + <ant:include name="NOTICE.txt"/> </ant:fileset> </ant:copy> @@ -110,13 +111,6 @@ </ant:fileset> </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 --> <ant:copy todir="${maven.dist.src.assembly.dir}/xdocs"> <ant:fileset dir="xdocs" />