You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2007/06/30 21:53:47 UTC

svn commit: r552204 - /webservices/axis2/trunk/java/modules/xmlbeans/pom.xml

Author: dims
Date: Sat Jun 30 12:53:46 2007
New Revision: 552204

URL: http://svn.apache.org/viewvc?view=rev&rev=552204
Log:
exclude some tests

Modified:
    webservices/axis2/trunk/java/modules/xmlbeans/pom.xml

Modified: webservices/axis2/trunk/java/modules/xmlbeans/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/xmlbeans/pom.xml?view=diff&rev=552204&r1=552203&r2=552204
==============================================================================
--- webservices/axis2/trunk/java/modules/xmlbeans/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/xmlbeans/pom.xml Sat Jun 30 12:53:46 2007
@@ -73,6 +73,10 @@
 				<inherited>true</inherited>
 				<configuration>
 					<skip>false</skip>
+                    <excludes>
+                        <exclude>**/*Util.java</exclude>
+                        <exclude>**/*Constants.java</exclude>
+                    </excludes>
 				</configuration>
 			</plugin>
 			<plugin>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org