[exo-jcr-commits] exo-jcr SVN: r3663 - jcr/trunk/exo.jcr.component.ext.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Dec 14 04:15:53 EST 2010


Author: tolusha
Date: 2010-12-14 04:15:53 -0500 (Tue, 14 Dec 2010)
New Revision: 3663

Modified:
   jcr/trunk/exo.jcr.component.ext/pom.xml
Log:
EXOJCR-1078: temporary exclude backup tests

Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml	2010-12-13 13:47:39 UTC (rev 3662)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2010-12-14 09:15:53 UTC (rev 3663)
@@ -185,12 +185,9 @@
               <include>**/replication/*.java</include>
               <include>**/replication/external/*.java</include>
               <include>**/replication/async/**/*.java</include>
-              <include>**/backup/*.java</include>
             </includes>
             <excludes>
-              <exclude>**/backup/TestRDBMSBackupManager.java</exclude>
-              <exclude>**/backup/TestBackupManager.java</exclude>
-              <exclude>**/backup/TestRdbmsWorkspaceInitializer.java</exclude>
+              <exclude>**/backup/*.java</exclude>
               <exclude>**/BaseStandaloneTest.java</exclude>
               <exclude>**/backup/AbstractBackupTestCase.java</exclude>
               <exclude>**/backup/BaseRDBMSBackupTest.java</exclude>



More information about the exo-jcr-commits mailing list