Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.generator/META-INF/MANIFEST.MF')
-rw-r--r--plugins/org.eclipse.etrice.generator/META-INF/MANIFEST.MF12
1 files changed, 6 insertions, 6 deletions
diff --git a/plugins/org.eclipse.etrice.generator/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.generator/META-INF/MANIFEST.MF
index e7f81905d..26142c539 100644
--- a/plugins/org.eclipse.etrice.generator/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.generator/META-INF/MANIFEST.MF
@@ -2,17 +2,17 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice Generator Model
Bundle-SymbolicName: org.eclipse.etrice.generator;singleton:=true
-Bundle-Version: 1.1.2.qualifier
+Bundle-Version: 1.1.3.qualifier
Bundle-ClassPath: .
Bundle-Vendor: Eclipse eTrice
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.etrice.generator.base,
org.eclipse.etrice.generator.generic
-Require-Bundle: org.eclipse.etrice.core.room;bundle-version="1.1.2",
- org.eclipse.etrice.core.genmodel;bundle-version="1.1.2",
- org.eclipse.etrice.core.etmap;bundle-version="1.1.2",
- org.eclipse.etrice.core.etphys;bundle-version="1.1.2",
- org.eclipse.etrice.generator.fsm;bundle-version="1.1.2",
+Require-Bundle: org.eclipse.etrice.core.room;bundle-version="1.1.3",
+ org.eclipse.etrice.core.genmodel;bundle-version="1.1.3",
+ org.eclipse.etrice.core.etmap;bundle-version="1.1.3",
+ org.eclipse.etrice.core.etphys;bundle-version="1.1.3",
+ org.eclipse.etrice.generator.fsm;bundle-version="1.1.3",
org.eclipse.core.runtime;bundle-version="3.6.0",
org.eclipse.emf.ecore;bundle-version="2.6.0";visibility:=reexport,
org.eclipse.emf.ecore.xmi;bundle-version="2.5.0",

Back to the top