You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ma...@apache.org on 2010/06/27 22:58:42 UTC

svn commit: r958423 - /ant/ivy/core/branches/2.2.x/build-release.xml

Author: maartenc
Date: Sun Jun 27 20:58:41 2010
New Revision: 958423

URL: http://svn.apache.org/viewvc?rev=958423&view=rev
Log:
Don't check eclipse bin directory with RAT

Modified:
    ant/ivy/core/branches/2.2.x/build-release.xml

Modified: ant/ivy/core/branches/2.2.x/build-release.xml
URL: http://svn.apache.org/viewvc/ant/ivy/core/branches/2.2.x/build-release.xml?rev=958423&r1=958422&r2=958423&view=diff
==============================================================================
--- ant/ivy/core/branches/2.2.x/build-release.xml (original)
+++ ant/ivy/core/branches/2.2.x/build-release.xml Sun Jun 27 20:58:41 2010
@@ -446,6 +446,7 @@
 	      <fileset dir="${basedir}">
 	      	<exclude name=".classpath" />
 	        <exclude name="build/**/*" />
+	      	<exclude name="bin/**/*" />
 	      	<exclude name="**/*.sha1" />
             <exclude name="**/*.md5" />
 	      	<exclude name="**/*.txt" />