Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/runtime/org.eclipse.fx.ui.dialogs/META-INF/MANIFEST.MF')
-rwxr-xr-xbundles/runtime/org.eclipse.fx.ui.dialogs/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/bundles/runtime/org.eclipse.fx.ui.dialogs/META-INF/MANIFEST.MF b/bundles/runtime/org.eclipse.fx.ui.dialogs/META-INF/MANIFEST.MF
index d49c0f2cd..1c5b389e5 100755
--- a/bundles/runtime/org.eclipse.fx.ui.dialogs/META-INF/MANIFEST.MF
+++ b/bundles/runtime/org.eclipse.fx.ui.dialogs/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Dialogs
Bundle-SymbolicName: org.eclipse.fx.ui.dialogs
-Bundle-Version: 2.4.0.qualifier
+Bundle-Version: 3.0.0.qualifier
Require-Bundle: org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Export-Package: org.eclipse.fx.ui.dialogs;version="2.4.0"
+Export-Package: org.eclipse.fx.ui.dialogs;version="3.0.0"
Bundle-Vendor: Eclipse.org
-Import-Package: org.eclipse.fx.core;version="2.4.0",
- org.eclipse.fx.ui.controls.stage;version="2.4.0",
- org.eclipse.fx.ui.panes;version="2.4.0"
+Import-Package: org.eclipse.fx.core;version="3.0.0",
+ org.eclipse.fx.ui.controls.stage;version="3.0.0",
+ org.eclipse.fx.ui.panes;version="3.0.0"

Back to the top