Add Eclipse folders to svn:ignore. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/branches/COLLECTIONS_3_2_X@1713743 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/c68f934a Tree: http://git-wip-us.apache.org/repos/asf/commons-collections/tree/c68f934a Diff: http://git-wip-us.apache.org/repos/asf/commons-collections/diff/c68f934a Branch: refs/heads/COLLECTIONS_3_2_X Commit: c68f934a1e3ea7af5896ce16838a8574ffe95ee3 Parents: 68f0be9 Author: Gary D. Gregory <ggreg...@apache.org> Authored: Tue Nov 10 22:44:04 2015 +0000 Committer: Gary D. Gregory <ggreg...@apache.org> Committed: Tue Nov 10 22:44:04 2015 +0000 ---------------------------------------------------------------------- maven-eclipse.xml | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-collections/blob/c68f934a/maven-eclipse.xml ---------------------------------------------------------------------- diff --git a/maven-eclipse.xml b/maven-eclipse.xml new file mode 100644 index 0000000..9a99c2b --- /dev/null +++ b/maven-eclipse.xml @@ -0,0 +1,8 @@ +<project default="copy-resources"> + <target name="init"/> + <target name="copy-resources" depends="init"> + <copy todir="target/classes/META-INF" filtering="false"> + <fileset dir="." includes="NOTICE.txt|LICENSE.txt" excludes="**/*.java"/> + </copy> + </target> +</project> \ No newline at end of file