You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@giraph.apache.org by ac...@apache.org on 2012/03/23 08:07:07 UTC

svn commit: r1304213 - in /incubator/giraph/trunk: CHANGELOG pom.xml

Author: aching
Date: Fri Mar 23 07:07:07 2012
New Revision: 1304213

URL: http://svn.apache.org/viewvc?rev=1304213&view=rev
Log:
GIRAPH-166: add '*.patch' to list of files that Apache Rat ignores
(ekoontz via aching).

Modified:
    incubator/giraph/trunk/CHANGELOG
    incubator/giraph/trunk/pom.xml

Modified: incubator/giraph/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/CHANGELOG?rev=1304213&r1=1304212&r2=1304213&view=diff
==============================================================================
--- incubator/giraph/trunk/CHANGELOG (original)
+++ incubator/giraph/trunk/CHANGELOG Fri Mar 23 07:07:07 2012
@@ -2,6 +2,9 @@ Giraph Change Log
 
 Release 0.2.0 - unreleased
 
+  GIRAPH-166: add '*.patch' to list of files that Apache Rat ignores
+  (ekoontz via aching).
+
   GIRAPH-167: mvn -Phadoop_non_secure clean verify fails (ekoontz via
   aching).
 

Modified: incubator/giraph/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/giraph/trunk/pom.xml?rev=1304213&r1=1304212&r2=1304213&view=diff
==============================================================================
--- incubator/giraph/trunk/pom.xml (original)
+++ incubator/giraph/trunk/pom.xml Fri Mar 23 07:07:07 2012
@@ -414,6 +414,7 @@ under the License.
             <!-- source control and IDEs -->
             <exclude>.git/**</exclude>
             <exclude>.idea/**</exclude>
+            <exclude>*.patch</exclude>
          </excludes>
       </configuration>
     </plugin>