You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2013/05/01 15:28:03 UTC

svn commit: r1477993 - /hbase/branches/0.95/pom.xml

Author: tedyu
Date: Wed May  1 13:28:03 2013
New Revision: 1477993

URL: http://svn.apache.org/r1477993
Log:
HBASE-8470 Data file used by TestReference should be excluded from Apache Rat check (Ted Yu)


Modified:
    hbase/branches/0.95/pom.xml

Modified: hbase/branches/0.95/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/pom.xml?rev=1477993&r1=1477992&r2=1477993&view=diff
==============================================================================
--- hbase/branches/0.95/pom.xml (original)
+++ hbase/branches/0.95/pom.xml Wed May  1 13:28:03 2013
@@ -628,6 +628,7 @@
               <exclude>**/*.tgz</exclude>
               <exclude>**/*.orig</exclude>
               <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
+              <exclude>**/a6a6562b777440fd9c34885428f5cb61.21e75333ada3d5bafb34bb918f29576c</exclude>
               <exclude>**/.git/**</exclude>
               <exclude>**/.idea/**</exclude>
               <exclude>**/*.iml</exclude>