mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-10 18:45:26 +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:
parent
5baff6e9b6
commit
6847dafb3c
1 changed files with 1 additions and 2 deletions
|
@ -13,5 +13,4 @@ Bundle-RequiredExecutionEnvironment: JavaSE-1.8
|
||||||
Bundle-ActivationPolicy: lazy
|
Bundle-ActivationPolicy: lazy
|
||||||
Export-Package: org.eclipse.tools.templates.freemarker
|
Export-Package: org.eclipse.tools.templates.freemarker
|
||||||
Bundle-Vendor: %providerName
|
Bundle-Vendor: %providerName
|
||||||
Import-Package: javax.xml.bind;version="2.2.0",
|
Automatic-Module-Name: org.eclipse.tools.templates.freemarker
|
||||||
javax.xml.bind.annotation;version="2.2.0"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue