From: Stephen C. <sc...@us...> - 2004-04-22 13:44:45
|
User: scoy Date: 04/04/22 06:44:30 Modified: . build.xml Log: Use the wsdl4j in apache.axis Revision Changes Path 1.360 +1 -2 jbosstest/build.xml Index: build.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/build.xml,v retrieving revision 1.359 retrieving revision 1.360 diff -u -r1.359 -r1.360 --- build.xml 20 Apr 2004 07:00:36 -0000 1.359 +++ build.xml 22 Apr 2004 13:44:29 -0000 1.360 @@ -15,7 +15,7 @@ <!-- --> <!-- ====================================================================== --> -<!-- $Id: build.xml,v 1.359 2004/04/20 07:00:36 bwang00 Exp $ --> +<!-- $Id: build.xml,v 1.360 2004/04/22 13:44:29 scoy Exp $ --> <project default="main" name="JBoss/Testsuite"> @@ -114,7 +114,6 @@ <!-- needed for webservice tests --> <path refid="apache.axis.classpath"/> - <path refid="ibm.wsdl4j.classpath"/> <path refid="ibm.uddi4j.classpath"/> </path> |