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 2006/07/26 16:55:53 UTC

svn commit: r425751 - /webservices/axis2/trunk/java/modules/saaj/project.xml

Author: dims
Date: Wed Jul 26 07:55:52 2006
New Revision: 425751

URL: http://svn.apache.org/viewvc?rev=425751&view=rev
Log:
comment out breaking test as documented in AXIS2-933 for now

Modified:
    webservices/axis2/trunk/java/modules/saaj/project.xml

Modified: webservices/axis2/trunk/java/modules/saaj/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/saaj/project.xml?rev=425751&r1=425750&r2=425751&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/saaj/project.xml (original)
+++ webservices/axis2/trunk/java/modules/saaj/project.xml Wed Jul 26 07:55:52 2006
@@ -44,6 +44,9 @@
             <includes>
                 <include>**/*Test.java</include>
             </includes>
+            <excludes>
+                <exclude>**/*IntegrationTest*.java</exclude>
+            </excludes>
 
             <resources>
                 <resource>



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