You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2012/10/02 22:17:31 UTC

svn commit: r1393154 - in /httpcomponents/httpclient/trunk/httpclient-benchmark: ./ maven-eclipse.xml

Author: ggregory
Date: Tue Oct  2 20:17:30 2012
New Revision: 1393154

URL: http://svn.apache.org/viewvc?rev=1393154&view=rev
Log:
Add .externalToolBuilders folder to SVN ignore list.

Added:
    httpcomponents/httpclient/trunk/httpclient-benchmark/maven-eclipse.xml   (with props)
Modified:
    httpcomponents/httpclient/trunk/httpclient-benchmark/   (props changed)

Propchange: httpcomponents/httpclient/trunk/httpclient-benchmark/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Tue Oct  2 20:17:30 2012
@@ -1,4 +1,5 @@
-.settings
-target
-.classpath
-.project
+.settings
+target
+.classpath
+.project
+.externalToolBuilders

Added: httpcomponents/httpclient/trunk/httpclient-benchmark/maven-eclipse.xml
URL: http://svn.apache.org/viewvc/httpcomponents/httpclient/trunk/httpclient-benchmark/maven-eclipse.xml?rev=1393154&view=auto
==============================================================================
--- httpcomponents/httpclient/trunk/httpclient-benchmark/maven-eclipse.xml (added)
+++ httpcomponents/httpclient/trunk/httpclient-benchmark/maven-eclipse.xml Tue Oct  2 20:17:30 2012
@@ -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="target/notice-and-license" includes="" excludes="**/*.java"/>
+    </copy>
+  </target>
+</project>
\ No newline at end of file

Propchange: httpcomponents/httpclient/trunk/httpclient-benchmark/maven-eclipse.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: httpcomponents/httpclient/trunk/httpclient-benchmark/maven-eclipse.xml
------------------------------------------------------------------------------
    svn:keywords = Id