Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.ui.di.interopt/META-INF/MANIFEST.MF')
-rw-r--r--bundles/runtime/org.eclipse.fx.ui.di.interopt/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.di.interopt/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.ui.di.interopt/META-INF/MANIFEST.MF
index ec0cc4766..a5046ff5e 100644
--- a/bundles/runtime/org.eclipse.fx.ui.di.interopt/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.ui.di.interopt/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Interopt
Bundle-SymbolicName: org.eclipse.fx.ui.di.interopt
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.3.0.qualifier
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Require-Bundle: org.eclipse.swt;bundle-version="3.100.1";resolution:=optional,
org.eclipse.e4.core.contexts;bundle-version="1.2.0",
@@ -15,9 +15,9 @@ Service-Component: OSGI-INF/services/org.eclipse.fx.ui.di.interopt.UISynchronize
OSGI-INF/services/org.eclipse.fx.ui.di.interopt.InteroptContextFunction.xml,
OSGI-INF/services/org.eclipse.fx.ui.di.interopt.CommandServiceImplCF.xml
Import-Package: javax.inject;version="1.0.0",
- org.eclipse.fx.core;version="2.2.0",
- org.eclipse.fx.core.command;version="2.2.0",
- org.eclipse.fx.core.log;version="2.2.0",
- org.eclipse.fx.ui.services.theme;version="2.2.0";resolution:=optional,
+ org.eclipse.fx.core;version="2.3.0",
+ org.eclipse.fx.core.command;version="2.3.0",
+ org.eclipse.fx.core.log;version="2.3.0",
+ org.eclipse.fx.ui.services.theme;version="2.3.0";resolution:=optional,
org.osgi.service.component.annotations;version="1.2.0";resolution:=optional
Bundle-Vendor: Eclipse.org

Back to the top