[jbossws-commits] JBossWS SVN: r2243 - branches/jbossws-1.2.0/build/ant-import.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Thu Feb 1 12:57:20 EST 2007


Author: thomas.diesler at jboss.com
Date: 2007-02-01 12:57:20 -0500 (Thu, 01 Feb 2007)
New Revision: 2243

Modified:
   branches/jbossws-1.2.0/build/ant-import/build-thirdparty.xml
Log:
jaxb-xjc.jar is required

Modified: branches/jbossws-1.2.0/build/ant-import/build-thirdparty.xml
===================================================================
--- branches/jbossws-1.2.0/build/ant-import/build-thirdparty.xml	2007-02-01 16:51:14 UTC (rev 2242)
+++ branches/jbossws-1.2.0/build/ant-import/build-thirdparty.xml	2007-02-01 17:57:20 UTC (rev 2243)
@@ -86,7 +86,7 @@
       <pathelement location="${thirdparty.dir}/ejb3.deployer/jboss-ejb3x.jar"/>
       <pathelement location="${thirdparty.dir}/javassist.jar"/>
       <pathelement location="${thirdparty.dir}/jaxb-api.jar"/>
-      <pathelement location="${thirdparty.dir}/jaxb-impl.jar"/>
+      <pathelement location="${thirdparty.dir}/jaxb-xjc.jar"/>
       <pathelement location="${thirdparty.dir}/jboss-common-core.jar"/>
       <pathelement location="${thirdparty.dir}/jboss-dependency.jar"/>
       <pathelement location="${thirdparty.dir}/jboss-j2ee.jar"/>




More information about the jbossws-commits mailing list