Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.emf.ecore.xcore.importer/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.emf.ecore.xcore.importer/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.emf.ecore.xcore.importer/META-INF/MANIFEST.MF b/plugins/org.eclipse.emf.ecore.xcore.importer/META-INF/MANIFEST.MF
index 0848f9651..f9a3c0d35 100644
--- a/plugins/org.eclipse.emf.ecore.xcore.importer/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.emf.ecore.xcore.importer/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.emf.ecore.xcore.importer;singleton:=true
-Bundle-Version: 1.3.0.qualifier
+Bundle-Version: 1.4.0.qualifier
Bundle-ClassPath: .
Bundle-Activator: org.eclipse.emf.ecore.xcore.importer.XcoreImporterPlugin$Implementation
Bundle-Vendor: %providerName
@@ -14,8 +14,8 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.6.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.6.0,4.0.0)",
org.eclipse.emf.importer;bundle-version="[2.10.0,3.0.0)",
org.eclipse.emf.codegen.ecore.ui;bundle-version="[2.14.0,3.0.0)";resolution:=optional,
- org.eclipse.emf.ecore.xcore;bundle-version="[1.6.0,2.0.0)",
- org.eclipse.emf.ecore.xcore.ui;bundle-version="[1.6.0,2.0.0)",
+ org.eclipse.emf.ecore.xcore;bundle-version="[1.7.0,2.0.0)",
+ org.eclipse.emf.ecore.xcore.ui;bundle-version="[1.7.0,2.0.0)",
org.eclipse.jdt.core;bundle-version="[3.6.0,4.0.0)",
org.eclipse.xtext.ui;bundle-version="[2.13.0,3.0.0)"
Eclipse-LazyStart: true

Back to the top