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:
@@ -1,5 +1,6 @@
|
||||
bin.includes=feature.xml,\
|
||||
feature.properties,\
|
||||
p2.inf,\
|
||||
license.txt
|
||||
|
||||
root=file:license.txt
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user