Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2014-10-30 14:31:46 +0000
committerTom Schindl2014-10-30 14:31:46 +0000
commit98ce75b5aaa99a1ff25b9bc797e63b7eb87cdd96 (patch)
treec602cf23e1a3eefa0292748d72f1dac02b94c0f6 /bundles/runtime/org.eclipse.fx.core/META-INF
parent1b4a3690c0d99d3e07b5122a17ac3ec5b4192d60 (diff)
downloadorg.eclipse.efxclipse-98ce75b5aaa99a1ff25b9bc797e63b7eb87cdd96.tar.gz
org.eclipse.efxclipse-98ce75b5aaa99a1ff25b9bc797e63b7eb87cdd96.tar.xz
org.eclipse.efxclipse-98ce75b5aaa99a1ff25b9bc797e63b7eb87cdd96.zip
Bug 449258 - Add new NLS support API (Formatters, LocaleProvider, ...)
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.core/META-INF')
-rwxr-xr-xbundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF
index d23755675..b61ac94ef 100755
--- a/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.core/META-INF/MANIFEST.MF
@@ -4,7 +4,8 @@ Bundle-Name: %Bundle-Name
Bundle-SymbolicName: org.eclipse.fx.core
Bundle-Version: 1.1.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Import-Package: javax.inject;version="1.0.0",
+Import-Package: javax.annotation;version="1.2.0",
+ javax.inject;version="1.0.0",
org.apache.commons.lang.text;version="2.6.0"
Export-Package: org.eclipse.fx.core,
org.eclipse.fx.core.adapter,

Back to the top