Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Schindl2016-02-29 19:30:54 +0000
committerTom Schindl2016-02-29 19:30:54 +0000
commit3aecf905c5e2ef4e22c10597261bbf4e9a3664a8 (patch)
treeee3abbf7ca3122814e54845427efa3c651aba45a
parent52ed4ce9d98ea7a7a5eb7dff1848580fa36e211b (diff)
downloadorg.eclipse.efxclipse-3aecf905c5e2ef4e22c10597261bbf4e9a3664a8.tar.gz
org.eclipse.efxclipse-3aecf905c5e2ef4e22c10597261bbf4e9a3664a8.tar.xz
org.eclipse.efxclipse-3aecf905c5e2ef4e22c10597261bbf4e9a3664a8.zip
fixed version constraints
-rw-r--r--bundles/code/org.eclipse.fx.code.editor.fx.themes/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/code/org.eclipse.fx.code.editor.fx.themes/META-INF/MANIFEST.MF b/bundles/code/org.eclipse.fx.code.editor.fx.themes/META-INF/MANIFEST.MF
index 42d626c42..80866f7fc 100644
--- a/bundles/code/org.eclipse.fx.code.editor.fx.themes/META-INF/MANIFEST.MF
+++ b/bundles/code/org.eclipse.fx.code.editor.fx.themes/META-INF/MANIFEST.MF
@@ -5,8 +5,8 @@ Bundle-SymbolicName: org.eclipse.fx.code.editor.fx.themes
Bundle-Version: 2.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: org.eclipse.fx.ui.services.theme;version="2.3.0",
- org.osgi.service.component.annotations;resolution:=optional
+ org.osgi.service.component.annotations;version="1.2.0";resolution:=optional
Service-Component: OSGI-INF/services/org.eclipse.fx.code.editor.fx.themes.internal.DefaultEditorStylesheet.xml
Bundle-ActivationPolicy: lazy
-Export-Package: org.eclipse.fx.code.editor.fx.themes;x-internal:=true
+Export-Package: org.eclipse.fx.code.editor.fx.themes;version="2.3.0";x-internal:=true
Bundle-Vendor: Eclipse.org

Back to the top