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 2010/05/17 19:29:25 UTC

svn commit: r945260 - /jackrabbit/trunk/jackrabbit-core/pom.xml

Author: jukka
Date: Mon May 17 17:29:25 2010
New Revision: 945260

URL: http://svn.apache.org/viewvc?rev=945260&view=rev
Log:
JCR-2631: Move backwards compatibility tests to trunk

Exclude the compatibility test build from RAT checks.

Modified:
    jackrabbit/trunk/jackrabbit-core/pom.xml

Modified: jackrabbit/trunk/jackrabbit-core/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/pom.xml?rev=945260&r1=945259&r2=945260&view=diff
==============================================================================
--- jackrabbit/trunk/jackrabbit-core/pom.xml (original)
+++ jackrabbit/trunk/jackrabbit-core/pom.xml Mon May 17 17:29:25 2010
@@ -129,6 +129,9 @@
             <exclude>src/test/resources/**/*.txt</exclude>
             <exclude>src/test/resources/**/*.rtf</exclude>
             <exclude>src/test/resources/**/*.cnd</exclude>
+            <exclude>src/test/compatibility/**/target/**</exclude>
+            <exclude>src/test/compatibility/**/.*/**</exclude>
+            <exclude>src/test/compatibility/repositories.zip</exclude>
             <exclude>repository/**</exclude>
             <exclude>*.log</exclude>
           </excludes>