You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2018/10/18 11:25:54 UTC

svn commit: r1844230 - /manifoldcf/trunk/build.xml

Author: kwright
Date: Thu Oct 18 11:25:53 2018
New Revision: 1844230

URL: http://svn.apache.org/viewvc?rev=1844230&view=rev
Log:
Pick up and distribute the old jaxb implementation along with the new.  This should hopefully fix any issues arising from the upgrade of the implementation to the new one.

Modified:
    manifoldcf/trunk/build.xml

Modified: manifoldcf/trunk/build.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/build.xml?rev=1844230&r1=1844229&r2=1844230&view=diff
==============================================================================
--- manifoldcf/trunk/build.xml (original)
+++ manifoldcf/trunk/build.xml Thu Oct 18 11:25:53 2018
@@ -65,6 +65,7 @@
     <property name="javamail-spec.version" value="1.7.1"/>
     <property name="tomcat.version" value="6.0.35"/>
     <property name="jaxb-api.version" value="2.3.0"/>
+    <property name="jaxb-impl.version" value="2.3.0"/>
     <property name="jaxb-glassfish.version" value="2.3.0.1"/>
     <property name="istack-commons-runtime.version" value="3.0.5"/>
     <property name="stax-ex.version" value="1.7.8"/>
@@ -1543,6 +1544,12 @@ Use Apache Forrest version forrest-0.9-d
             <param name="artifact-type" value="jar"/>
         </antcall>
         <antcall target="download-via-maven"><param name="target" value="lib"/>
+            <param name="project-path" value="com/sun/xml/bind"/>
+            <param name="artifact-version" value="${jaxb-impl.version}"/>
+            <param name="artifact-name" value="jaxb-impl"/>
+            <param name="artifact-type" value="jar"/>
+        </antcall>
+        <antcall target="download-via-maven"><param name="target" value="lib"/>
             <param name="project-path" value="org/glassfish/jaxb"/>
             <param name="artifact-version" value="${jaxb-glassfish.version}"/>
             <param name="artifact-name" value="jaxb-core"/>