You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/08/05 03:43:26 UTC

svn commit: r1510361 - in /commons/sandbox/convert/trunk: ./ maven-eclipse.xml

Author: ggregory
Date: Mon Aug  5 01:43:25 2013
New Revision: 1510361

URL: http://svn.apache.org/r1510361
Log:
Add Eclipse folders to svn:ignore.

Added:
    commons/sandbox/convert/trunk/maven-eclipse.xml   (with props)
Modified:
    commons/sandbox/convert/trunk/   (props changed)

Propchange: commons/sandbox/convert/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Aug  5 01:43:25 2013
@@ -2,3 +2,5 @@ target
 bin
 .classpath
 .project
+.externalToolBuilders
+.settings

Added: commons/sandbox/convert/trunk/maven-eclipse.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/convert/trunk/maven-eclipse.xml?rev=1510361&view=auto
==============================================================================
--- commons/sandbox/convert/trunk/maven-eclipse.xml (added)
+++ commons/sandbox/convert/trunk/maven-eclipse.xml Mon Aug  5 01:43:25 2013
@@ -0,0 +1,11 @@
+<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>
+    <copy todir="target/classes/META-INF" filtering="false">
+      <fileset dir="src/META-INF" includes="" excludes="**/*.java"/>
+    </copy>
+  </target>
+</project>
\ No newline at end of file

Propchange: commons/sandbox/convert/trunk/maven-eclipse.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/sandbox/convert/trunk/maven-eclipse.xml
------------------------------------------------------------------------------
    svn:keywords = Id