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

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

This reverts commit 6847dafb3c.

Change-Id: I9bd12f981949e0e670e351fd034567b0ffa4a93c
This commit is contained in:
Jonah Graham 2018-12-10 16:17:52 -05:00
parent 6847dafb3c
commit 4df497d908

View file

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