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

svn commit: r552202 - /webservices/axis2/trunk/java/modules/adb-codegen/pom.xml

Author: dims
Date: Sat Jun 30 12:35:36 2007
New Revision: 552202

URL: http://svn.apache.org/viewvc?view=rev&rev=552202
Log:
skip empty generated test

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/pom.xml

Modified: webservices/axis2/trunk/java/modules/adb-codegen/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/pom.xml?view=diff&rev=552202&r1=552201&r2=552202
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/pom.xml Sat Jun 30 12:35:36 2007
@@ -95,6 +95,7 @@
                         <exclude>**/*Abstract*.java</exclude>
                         <exclude>**/*Util*.java</exclude>
                         <exclude>**/*PhaseResolvingTest.java</exclude>
+                        <exclude>**/*UnionQNameTest.java</exclude>
                     </excludes>
                     <includes>
                         <include>**/*Test.java</include>



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