File jackson-javaee.patch of Package jackson.28016

--- jackson-1.9.13/ant/build-test.xml	2022-03-21 10:31:11.630838063 +0100
+++ jackson-1.9.13/ant/build-test.xml	2022-03-21 10:29:27.494205481 +0100
@@ -18,6 +18,8 @@
        <fileset dir="${dir.lib}">
             <!-- for actual unit testing, junit -->
             <include name="junit/*.jar" />
+            <!-- For 1.5 and 9+, need JAXB API jar too (and related) -->
+            <include name="jaxb/*.jar" />
        </fileset>
     </path>
     <!-- Libs only needed for tests that check optional interoperability
@@ -25,9 +27,7 @@
       -->
     <path id="test-libs-ext">
        <fileset dir="${dir.lib}">
-            <!-- For 1.5, need JAXB API jar too (and related) -->
-            <include name="jaxb/*.jar" />
-            <!-- and some other misc libs for interoperability tests -->
+            <!-- Some misc libs for interoperability tests -->
             <include name="ext/**/*.jar" />
        </fileset>
     </path>
--- jackson-1.9.13/build.xml	2022-03-21 10:31:11.662838258 +0100
+++ jackson-1.9.13/build.xml	2022-03-21 10:34:56.140201919 +0100
@@ -323,6 +323,9 @@
                <fileset dir="${dir.lib}/ext/asm">
                     <include name="*.jar" />
                </fileset>
+               <fileset dir="${dir.lib}/jaxb">
+                    <include name="*.jar" />
+               </fileset>
             </classpath>
 
             <packageset dir="${dir.src.java.core}" defaultexcludes="yes">
openSUSE Build Service is sponsored by