Add .externalToolBuilders folder to SVN ignore list.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1393154 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2012-10-02 20:17:30 +00:00
parent c9829f5ac0
commit 55ffb87372
1 changed files with 8 additions and 0 deletions

View File

@ -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>