You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by as...@apache.org on 2012/05/08 14:52:57 UTC

svn commit: r1335489 - /whirr/branches/branch-0.7/pom.xml

Author: asavu
Date: Tue May  8 12:52:57 2012
New Revision: 1335489

URL: http://svn.apache.org/viewvc?rev=1335489&view=rev
Log:
WHIRR-565. Add .checktyle files created by eclipse-checkstyle-plugin to rat excludes (David Alves)

Modified:
    whirr/branches/branch-0.7/pom.xml

Modified: whirr/branches/branch-0.7/pom.xml
URL: http://svn.apache.org/viewvc/whirr/branches/branch-0.7/pom.xml?rev=1335489&r1=1335488&r2=1335489&view=diff
==============================================================================
--- whirr/branches/branch-0.7/pom.xml (original)
+++ whirr/branches/branch-0.7/pom.xml Tue May  8 12:52:57 2012
@@ -394,6 +394,7 @@
             <exclude>**/.project</exclude>
             <exclude>**/.classpath</exclude>
             <exclude>**/.settings/**</exclude>
+            <exclude>**/.checkstyle</exclude>
             <exclude>**/target/**</exclude>
             <exclude>src/site/resources/images/whirr-logo.ai</exclude> <!-- binary -->
           </excludes>