added workaround for package conflicts around javax.xml.bind by making sure that com.sun.xml.bind is on the product in both versions

This commit is contained in:
Martin Lippert
2021-03-04 12:04:08 +01:00
parent 7b31a3d7f7
commit a33dc1eb73
2 changed files with 12 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
bin.includes=feature.xml,\
feature.properties,\
p2.inf,\
license.txt
root=file:license.txt

View File

@@ -0,0 +1,11 @@
requires.0.namespace = org.eclipse.equinox.p2.iu
requires.0.name = com.sun.xml.bind
requires.0.range = [2.2.0, 2.3.0)
requires.0.greedy = true
requires.0.optional = true
requires.1.namespace = org.eclipse.equinox.p2.iu
requires.1.name = com.sun.xml.bind
requires.1.range = [2.3.0, 2.4.0)
requires.1.greedy = true
requires.1.optional = true