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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Mar 26 02:59:28 EDT 2010


Author: tolusha
Date: 2010-03-26 02:59:27 -0400 (Fri, 26 Mar 2010)
New Revision: 2146

Modified:
   jcr/trunk/exo.jcr.component.ext/pom.xml
Log:
EXOJCR-549: exclude HttpBackupAgentTest

Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml	2010-03-26 06:56:52 UTC (rev 2145)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml	2010-03-26 06:59:27 UTC (rev 2146)
@@ -174,14 +174,13 @@
               <include>**/replication/*.java</include>
               <include>**/replication/external/*.java</include>
               <include>**/replication/async/**/*.java</include>
-	      <include>**/**/HTTPBackupAgentTest.java</include>
             </includes>
             <excludes>
               <exclude>**/BaseStandaloneTest.java</exclude>
               <exclude>**/replication/*.java</exclude>
               <exclude>**/replication/external/*.java</exclude>
               <exclude>**/replication/external/BaseTestCaseChecker.java</exclude>
-              <!--exclude>**/backup/*.java</exclude-->
+              <exclude>**/backup/*.java</exclude>
               <exclude>**/access/*.java</exclude>
               <exclude>**/LocalStorageMultithreadTest.java</exclude>
             </excludes>



More information about the exo-jcr-commits mailing list