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 du...@apache.org on 2007/04/23 16:18:52 UTC

svn commit: r531476 - /webservices/axis/trunk/java/buildTest.xml

Author: dug
Date: Mon Apr 23 07:18:49 2007
New Revision: 531476

URL: http://svn.apache.org/viewvc?view=rev&rev=531476
Log:
remove non-failing exceptions from tests

Modified:
    webservices/axis/trunk/java/buildTest.xml

Modified: webservices/axis/trunk/java/buildTest.xml
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/java/buildTest.xml?view=diff&rev=531476&r1=531475&r2=531476
==============================================================================
--- webservices/axis/trunk/java/buildTest.xml (original)
+++ webservices/axis/trunk/java/buildTest.xml Mon Apr 23 07:18:49 2007
@@ -148,6 +148,7 @@
                 <fileset dir="${build.dir}/work">
                   <include name="**/deploy.wsdd"/>
                   <exclude name="mssoapinterop/interop*/deploy.wsdd"/>
+                  <exclude name="samples/userguide/example6/deploy.wsdd"/>
                 </fileset>
           </path>
 
@@ -155,6 +156,7 @@
                 <fileset dir="${build.dir}/work">
                   <include name="**/undeploy.wsdd"/>
                   <exclude name="mssoapinterop/interop*/undeploy.wsdd"/>
+                  <exclude name="samples/userguide/example6/undeploy.wsdd"/>
                 </fileset>
           </path>
           <property name="deploy.xml.property" refid="deploy.xml.files"/>



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