Author: thomas.diesler(a)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"/>
Show replies by date