[jbossws-commits] JBossWS SVN: r3519 - branches/jbossws-2.0/build/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Sat Jun 9 05:30:55 EDT 2007


Author: thomas.diesler at jboss.com
Date: 2007-06-09 05:30:54 -0400 (Sat, 09 Jun 2007)
New Revision: 3519

Modified:
   branches/jbossws-2.0/build/ant-import/build-testsuite.xml
Log:
Use jaxb-api.jar from lib/endorsed

Modified: branches/jbossws-2.0/build/ant-import/build-testsuite.xml
===================================================================
--- branches/jbossws-2.0/build/ant-import/build-testsuite.xml	2007-06-09 09:24:31 UTC (rev 3518)
+++ branches/jbossws-2.0/build/ant-import/build-testsuite.xml	2007-06-09 09:30:54 UTC (rev 3519)
@@ -136,8 +136,8 @@
     <path id="tests.javac.classpath">
       <path refid="ws.stack.classpath"/>
       <path refid="tests.extra.classpath"/>
+      <pathelement location="${jboss.lib}/endorsed/jaxb-api.jar"/>
       <pathelement location="${jboss.client}/activation.jar"/>
-      <pathelement location="${jboss.client}/jaxb-api.jar"/>
       <pathelement location="${jboss.client}/jaxb-impl.jar"/>
       <pathelement location="${jboss.client}/jboss-annotations-ejb3.jar"/>
       <pathelement location="${jboss.client}/jboss-common-client.jar"/>




More information about the jbossws-commits mailing list