Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.etrice.generator.java/META-INF')
-rw-r--r--plugins/org.eclipse.etrice.generator.java/META-INF/MANIFEST.MF16
1 files changed, 8 insertions, 8 deletions
diff --git a/plugins/org.eclipse.etrice.generator.java/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.generator.java/META-INF/MANIFEST.MF
index 516a0aae2..b5d147a83 100644
--- a/plugins/org.eclipse.etrice.generator.java/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.generator.java/META-INF/MANIFEST.MF
@@ -2,16 +2,16 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice Java Generator
Bundle-Vendor: Eclipse eTrice
-Bundle-Version: 1.0.1.qualifier
+Bundle-Version: 1.1.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.generator.java;singleton:=true
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.etrice.core.genmodel;bundle-version="1.0.1",
- org.eclipse.etrice.core.etphys;bundle-version="1.0.1",
- org.eclipse.etrice.core.etmap;bundle-version="1.0.1",
- org.eclipse.etrice.generator.fsm;bundle-version="1.0.1",
- org.eclipse.etrice.generator;bundle-version="1.0.1",
- org.eclipse.etrice.generator.config;bundle-version="1.0.1",
- org.eclipse.etrice.generator.doc;bundle-version="1.0.1",
+Require-Bundle: org.eclipse.etrice.core.genmodel;bundle-version="1.1.0",
+ org.eclipse.etrice.core.etphys;bundle-version="1.1.0",
+ org.eclipse.etrice.core.etmap;bundle-version="1.1.0",
+ org.eclipse.etrice.generator.fsm;bundle-version="1.1.0",
+ org.eclipse.etrice.generator;bundle-version="1.1.0",
+ org.eclipse.etrice.generator.config;bundle-version="1.1.0",
+ org.eclipse.etrice.generator.doc;bundle-version="1.1.0",
org.eclipse.core.resources;bundle-version="3.6.0",
org.eclipse.core.runtime;bundle-version="3.6.0",
org.eclipse.ui;bundle-version="3.7.0",

Back to the top