You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/06/07 00:07:06 UTC

svn commit: r1347166 - /hbase/trunk/pom.xml

Author: stack
Date: Wed Jun  6 22:07:06 2012
New Revision: 1347166

URL: http://svn.apache.org/viewvc?rev=1347166&view=rev
Log:
HBASE-6177 Add .idea to RAT excludes

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1347166&r1=1347165&r2=1347166&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Jun  6 22:07:06 2012
@@ -547,6 +547,7 @@
               <exclude>**/test/**</exclude>
               <exclude>**/8e8ab58dcf39412da19833fcd8f687ac</exclude>
               <exclude>**/.git/**</exclude>
+              <exclude>**/.idea/**</exclude>
               <exclude>**/target/**</exclude>
               <exclude>**/CHANGES.txt</exclude>
               <exclude>**/generated/**</exclude>