Skip to main content
aboutsummaryrefslogtreecommitdiffstats
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 7ef65aabc..953ff9ef4 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: 0.5.0.qualifier
+Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
Bundle-Vendor: Eclipse eTrice (Incubation)
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: org.eclipse.etrice.generator.base,
org.eclipse.etrice.generator.generic
-Require-Bundle: org.eclipse.etrice.core.room;bundle-version="0.5.0",
- org.eclipse.etrice.core.genmodel;bundle-version="0.5.0",
- org.eclipse.etrice.core.etmap;bundle-version="0.5.0",
- org.eclipse.etrice.core.etphys;bundle-version="0.5.0",
- org.eclipse.etrice.generator.fsm;bundle-version="0.5.0",
+Require-Bundle: org.eclipse.etrice.core.room;bundle-version="1.0.0",
+ org.eclipse.etrice.core.genmodel;bundle-version="1.0.0",
+ org.eclipse.etrice.core.etmap;bundle-version="1.0.0",
+ org.eclipse.etrice.core.etphys;bundle-version="1.0.0",
+ org.eclipse.etrice.generator.fsm;bundle-version="1.0.0",
org.eclipse.ui.ide;bundle-version="3.9.0",
org.eclipse.core.runtime;bundle-version="3.6.0",
org.eclipse.emf.ecore;bundle-version="2.6.0";visibility:=reexport,

Back to the top