You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by si...@apache.org on 2011/10/26 09:44:33 UTC

svn commit: r1189057 - /commons/proper/digester/trunk/src/main/assembly/src.xml

Author: simonetripodi
Date: Wed Oct 26 07:44:33 2011
New Revision: 1189057

URL: http://svn.apache.org/viewvc?rev=1189057&view=rev
Log:
fix reported by Luc: the checkstyle-suppressions.xml file is not included in the source distribution so when rebuilding from the source archive triggers many checkstyle errors in the report.

Modified:
    commons/proper/digester/trunk/src/main/assembly/src.xml

Modified: commons/proper/digester/trunk/src/main/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/digester/trunk/src/main/assembly/src.xml?rev=1189057&r1=1189056&r2=1189057&view=diff
==============================================================================
--- commons/proper/digester/trunk/src/main/assembly/src.xml (original)
+++ commons/proper/digester/trunk/src/main/assembly/src.xml Wed Oct 26 07:44:33 2011
@@ -29,6 +29,7 @@
         <include>NOTICE*</include>
         <include>pom.xml</include>
         <include>RELEASE-NOTES*</include>
+        <include>checkstyle-suppressions.xml</include>
       </includes>
     </fileSet>
     <fileSet>