You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-commits@hadoop.apache.org by to...@apache.org on 2013/01/15 01:20:35 UTC

svn commit: r1433232 - /hadoop/common/branches/HDFS-347/hadoop-hdfs-project/hadoop-hdfs/pom.xml

Author: todd
Date: Tue Jan 15 00:20:34 2013
New Revision: 1433232

URL: http://svn.apache.org/viewvc?rev=1433232&view=rev
Log:
Add branch-specific CHANGES.txt file to RAT excludes list

Modified:
    hadoop/common/branches/HDFS-347/hadoop-hdfs-project/hadoop-hdfs/pom.xml

Modified: hadoop/common/branches/HDFS-347/hadoop-hdfs-project/hadoop-hdfs/pom.xml
URL: http://svn.apache.org/viewvc/hadoop/common/branches/HDFS-347/hadoop-hdfs-project/hadoop-hdfs/pom.xml?rev=1433232&r1=1433231&r2=1433232&view=diff
==============================================================================
--- hadoop/common/branches/HDFS-347/hadoop-hdfs-project/hadoop-hdfs/pom.xml (original)
+++ hadoop/common/branches/HDFS-347/hadoop-hdfs-project/hadoop-hdfs/pom.xml Tue Jan 15 00:20:34 2013
@@ -500,6 +500,7 @@ http://maven.apache.org/xsd/maven-4.0.0.
           <excludes>
             <exclude>CHANGES.txt</exclude>
             <exclude>CHANGES.HDFS-1623.txt</exclude>
+            <exclude>CHANGES.HDFS-347.txt</exclude>
             <exclude>.idea/**</exclude>
             <exclude>src/main/conf/*</exclude>
             <exclude>src/main/docs/**</exclude>