[exo-jcr-commits] exo-jcr SVN: r231 - jcr/trunk/component/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 5 11:17:04 EDT 2009


Author: skabashnyuk
Date: 2009-10-05 11:17:03 -0400 (Mon, 05 Oct 2009)
New Revision: 231

Modified:
   jcr/trunk/component/core/pom.xml
Log:
EXOJCR-161 : test TestExcerpt.java add to exclude

Modified: jcr/trunk/component/core/pom.xml
===================================================================
--- jcr/trunk/component/core/pom.xml	2009-10-05 15:07:37 UTC (rev 230)
+++ jcr/trunk/component/core/pom.xml	2009-10-05 15:17:03 UTC (rev 231)
@@ -430,6 +430,8 @@
                         <include>**/impl/**/Test*.java</include>
                      </includes>
                <excludes>
+                  <exclude>**/TestExcerpt.java</exclude>                                    
+                  
                   <exclude>**/TestImport.java</exclude>
                   <exclude>**/TestRollbackBigFiles.java</exclude>
                   <exclude>**/TestErrorMultithreading.java</exclude>



More information about the exo-jcr-commits mailing list