Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/tooling/org.eclipse.fx.ide.fxml/META-INF/MANIFEST.MF')
-rwxr-xr-xbundles/tooling/org.eclipse.fx.ide.fxml/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/bundles/tooling/org.eclipse.fx.ide.fxml/META-INF/MANIFEST.MF b/bundles/tooling/org.eclipse.fx.ide.fxml/META-INF/MANIFEST.MF
index 424692d78..6617fff7b 100755
--- a/bundles/tooling/org.eclipse.fx.ide.fxml/META-INF/MANIFEST.MF
+++ b/bundles/tooling/org.eclipse.fx.ide.fxml/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Fxml
Bundle-SymbolicName: org.eclipse.fx.ide.fxml;singleton:=true
-Bundle-Version: 2.2.0.qualifier
+Bundle-Version: 2.3.0.qualifier
Bundle-Activator: org.eclipse.fx.ide.fxml.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
@@ -14,9 +14,9 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.wst.sse.ui;bundle-version="1.3.0",
org.eclipse.xtext.ui;bundle-version="2.3.0",
org.eclipse.jdt.core;bundle-version="3.7.0",
- org.eclipse.fx.ide.model;bundle-version="2.2.0",
+ org.eclipse.fx.ide.model;bundle-version="2.3.0",
org.eclipse.jdt.ui;bundle-version="3.7.0",
- org.eclipse.fx.ide.ui;bundle-version="2.2.0",
+ org.eclipse.fx.ide.ui;bundle-version="2.3.0",
org.eclipse.ui.ide;bundle-version="3.7.0",
org.eclipse.xtext.common.types.ui;bundle-version="2.3.0",
org.eclipse.xtext.xbase.lib;bundle-version="2.3.0",

Back to the top