1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-10 10:35:23 +02:00

Remove the Import-Package now that we depend on com.sun.xml.bind

The package import was actually causing grief in our downstream
tests. Appears to really confuse equinox, or more likely myself,
and cause the java.xml classes to get loaded differently causing a
bizarre error.

Change-Id: I12f80f335a40b11e2f600dc67ff0a0d5e13eecc7
This commit is contained in:
Doug Schaefer 2018-11-13 11:33:27 -05:00
parent 5baff6e9b6
commit 6847dafb3c

View file

@ -13,5 +13,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy
Export-Package: org.eclipse.tools.templates.freemarker
Bundle-Vendor: %providerName
Import-Package: javax.xml.bind;version="2.2.0",
javax.xml.bind.annotation;version="2.2.0"
Automatic-Module-Name: org.eclipse.tools.templates.freemarker