1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 22:55:26 +02:00
cdt/repo
Marc-Andre Laperle 5baff6e9b6 Bug 536316 - ClassNotFoundException: javax.xml.bind.JAXBException
This class is gone in Java 11. Instead use the one from Orbit. Also, this used
com.sun.xml.internal.bind.v2.ContextFactory which is also gone so we have to
directly use com.sun.xml.bind.v2.ContextFactory also from Orbit.

Change-Id: I808ebe5a6ade19e86d4c31f2f2789063dc3bf3b4
Signed-off-by: Marc-Andre Laperle <malaperle@gmail.com>
2018-11-01 22:10:26 -04:00
..
.gitignore Added Maven build files. 2016-02-20 12:15:17 -05:00
.project Added Maven build files. 2016-02-20 12:15:17 -05:00
category.xml Bug 536316 - ClassNotFoundException: javax.xml.bind.JAXBException 2018-11-01 22:10:26 -04:00
pom.xml Bug 535239: [releng] Update versions 2018-05-28 23:08:41 +01:00