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/09/26 21:57:31 UTC

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

Author: stack
Date: Wed Sep 26 19:57:31 2012
New Revision: 1390703

URL: http://svn.apache.org/viewvc?rev=1390703&view=rev
Log:
HBASE-5961 New standard HBase code formatter; ADDENDUM -- ADD RAT EXCLUSION FOR ECLIPSE FORMATTER FILE

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1390703&r1=1390702&r2=1390703&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Sep 26 19:57:31 2012
@@ -615,6 +615,7 @@
               <!-- auto-gen docs -->
               <!--It don't like freebsd license-->
               <exclude>**/src/site/resources/css/freebsd_docbook.css</exclude>
+              <exclude>**/hbase_eclipse_formatter.xml</exclude>
             </excludes>
           </configuration>
         </plugin>