[jbossws-commits] JBossWS SVN: r3723 - branches/jbossws-2.0/integration/spi/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Jun 26 03:55:31 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-26 03:55:31 -0400 (Tue, 26 Jun 2007)
New Revision: 3723

Modified:
   branches/jbossws-2.0/integration/spi/ant-import/build-thirdparty.xml
Log:
Add SAAJ API to classpath

Modified: branches/jbossws-2.0/integration/spi/ant-import/build-thirdparty.xml
===================================================================
--- branches/jbossws-2.0/integration/spi/ant-import/build-thirdparty.xml	2007-06-26 07:25:00 UTC (rev 3722)
+++ branches/jbossws-2.0/integration/spi/ant-import/build-thirdparty.xml	2007-06-26 07:55:31 UTC (rev 3723)
@@ -92,6 +92,7 @@
       <pathelement location="${thirdparty.dir}/jsr181-api.jar"/>
       <pathelement location="${thirdparty.dir}/junit.jar"/>
       <pathelement location="${thirdparty.dir}/servlet-api.jar"/>
+      <pathelement location="${thirdparty.dir}/saaj-api.jar"/>
     </path>
     
   </target>




More information about the jbossws-commits mailing list