[jbossws-commits] JBossWS SVN: r6568 - framework/trunk/testsuite/test/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Mon Apr 21 08:25:41 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-04-21 08:25:41 -0400 (Mon, 21 Apr 2008)
New Revision: 6568

Modified:
   framework/trunk/testsuite/test/ant-import/build-samples-jaxws.xml
Log:
Fix reference to ServerHandler

Modified: framework/trunk/testsuite/test/ant-import/build-samples-jaxws.xml
===================================================================
--- framework/trunk/testsuite/test/ant-import/build-samples-jaxws.xml	2008-04-21 12:12:17 UTC (rev 6567)
+++ framework/trunk/testsuite/test/ant-import/build-samples-jaxws.xml	2008-04-21 12:25:41 UTC (rev 6568)
@@ -90,7 +90,7 @@
         <include name="org/jboss/test/ws/jaxws/samples/exception/server/ExceptionEndpoint.class"/>
         <include name="org/jboss/test/ws/jaxws/samples/exception/server/ExceptionEndpointImpl.class"/>
         <include name="org/jboss/test/ws/jaxws/samples/exception/server/UserException.class"/>
-      	<include name="org/jboss/test/ws/jaxws/samples/exception/server/Handler.class"/>
+      	<include name="org/jboss/test/ws/jaxws/samples/exception/server/ServerHandler.class"/>
       	<include name="org/jboss/test/ws/jaxws/samples/exception/server/jaxws-handlers-server.xml"/>
       </classes>
     </war>




More information about the jbossws-commits mailing list