You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by ju...@apache.org on 2009/10/14 11:13:26 UTC

svn commit: r825066 - in /jackrabbit/commons/jcr-tests/trunk: ./ pom.xml

Author: jukka
Date: Wed Oct 14 09:13:25 2009
New Revision: 825066

URL: http://svn.apache.org/viewvc?rev=825066&view=rev
Log:
JCR-1937: Automatic license header checking - exclude .checkstyle and derby.log

Merged revision 808776 to the standalone jcr-tests codebase.

Modified:
    jackrabbit/commons/jcr-tests/trunk/   (props changed)
    jackrabbit/commons/jcr-tests/trunk/pom.xml

Propchange: jackrabbit/commons/jcr-tests/trunk/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Wed Oct 14 09:13:25 2009
@@ -1,3 +1,3 @@
 /jackrabbit/branches/1.5/jackrabbit-jcr-tests:794012,794100,794102
 /jackrabbit/sandbox/tripod-JCR-2209/jackrabbit-jcr-tests:795441-795863
-/jackrabbit/trunk/jackrabbit-jcr-tests:806531,808408,808430
+/jackrabbit/trunk/jackrabbit-jcr-tests:806531,808408,808430,808776

Modified: jackrabbit/commons/jcr-tests/trunk/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/commons/jcr-tests/trunk/pom.xml?rev=825066&r1=825065&r2=825066&view=diff
==============================================================================
--- jackrabbit/commons/jcr-tests/trunk/pom.xml (original)
+++ jackrabbit/commons/jcr-tests/trunk/pom.xml Wed Oct 14 09:13:25 2009
@@ -61,6 +61,8 @@
           <excludes>
             <exclude>release.properties</exclude>
             <exclude>**/nodetype/spec/*.txt</exclude>
+            <exclude>*.log</exclude>
+            <exclude>.checkstyle</exclude>
           </excludes>
         </configuration>
       </plugin>