You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2017/07/11 17:56:00 UTC

[30/50] commons-collections git commit: Add Eclipse folders to svn:ignore.

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 <gg...@apache.org>
Authored: Tue Nov 10 22:44:04 2015 +0000
Committer: Gary D. Gregory <gg...@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