You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by br...@apache.org on 2006/06/15 12:37:11 UTC

svn commit: r414568 - /incubator/yoko/trunk/core/pom.xml

Author: bravi
Date: Thu Jun 15 05:37:11 2006
New Revision: 414568

URL: http://svn.apache.org/viewvc?rev=414568&view=rev
Log:
Excluded the Abstract Classes from running in the core module. Jira: http://issues.apache.org/jira/browse/YOKO-63

Modified:
    incubator/yoko/trunk/core/pom.xml

Modified: incubator/yoko/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/yoko/trunk/core/pom.xml?rev=414568&r1=414567&r2=414568&view=diff
==============================================================================
--- incubator/yoko/trunk/core/pom.xml (original)
+++ incubator/yoko/trunk/core/pom.xml Thu Jun 15 05:37:11 2006
@@ -66,6 +66,9 @@
           <includes>
             <include implementation="java.lang.String">**/org/apache/yoko/*Test.java</include>
           </includes>
+          <excludes>
+            <exclude implementation="java.lang.String">**/org/apache/yoko/Abstract*Test.java</exclude>
+          </excludes>
           <systemProperties>
             <property>
               <name>java.endorsed.dirs</name>