You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whirr.apache.org by dr...@apache.org on 2012/03/23 16:04:50 UTC

svn commit: r1304403 - in /whirr/trunk: CHANGES.txt pom.xml

Author: dralves
Date: Fri Mar 23 15:04:50 2012
New Revision: 1304403

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

Modified:
    whirr/trunk/CHANGES.txt
    whirr/trunk/pom.xml

Modified: whirr/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/whirr/trunk/CHANGES.txt?rev=1304403&r1=1304402&r2=1304403&view=diff
==============================================================================
--- whirr/trunk/CHANGES.txt (original)
+++ whirr/trunk/CHANGES.txt Fri Mar 23 15:04:50 2012
@@ -78,6 +78,8 @@ Trunk (unreleased changes)
 
     WHIRR-374. Enforce Maven 3 (Tom White via Andrei Savu)
 
+    WHIRR-565. Add .checktyle files created by eclipse-checkstyle-plugin to rat excludes (David Alves)
+
   BUG FIXES
 
     WHIRR-555. Fix java install script: $(...) -> `...` (kve)

Modified: whirr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/whirr/trunk/pom.xml?rev=1304403&r1=1304402&r2=1304403&view=diff
==============================================================================
--- whirr/trunk/pom.xml (original)
+++ whirr/trunk/pom.xml Fri Mar 23 15:04:50 2012
@@ -432,6 +432,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 -->