Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
jackson
jackson-javaee.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File jackson-javaee.patch of Package jackson
--- 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">
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor