Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2014-04-21 12:08:14 +0000
committerHenrik Rentz-Reichert2014-04-21 12:14:14 +0000
commit20aa6bfc67d1b44976157d8cd66575194f86fd8d (patch)
tree0a4e876db8c9ae1833ed67628b835c9550b1e57e /plugins/org.eclipse.etrice.core.etmap
parente31180eb25056061186605db7542f3d1be3073f2 (diff)
downloadorg.eclipse.etrice-20aa6bfc67d1b44976157d8cd66575194f86fd8d.tar.gz
org.eclipse.etrice-20aa6bfc67d1b44976157d8cd66575194f86fd8d.tar.xz
org.eclipse.etrice-20aa6bfc67d1b44976157d8cd66575194f86fd8d.zip
[*] eTrice 0.4.0 -> 0.5.0 in all manifests
Diffstat (limited to 'plugins/org.eclipse.etrice.core.etmap')
-rw-r--r--plugins/org.eclipse.etrice.core.etmap/META-INF/MANIFEST.MF10
1 files changed, 5 insertions, 5 deletions
diff --git a/plugins/org.eclipse.etrice.core.etmap/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.core.etmap/META-INF/MANIFEST.MF
index 1aa62bb18..70cdc45ce 100644
--- a/plugins/org.eclipse.etrice.core.etmap/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.core.etmap/META-INF/MANIFEST.MF
@@ -2,12 +2,12 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: org.eclipse.etrice.core.etmap
Bundle-Vendor: Eclipse eTrice (Incubation)
-Bundle-Version: 0.4.0.qualifier
+Bundle-Version: 0.5.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.core.etmap; singleton:=true
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.etrice.core.room;bundle-version="0.4.0",
- org.eclipse.etrice.core.etphys;bundle-version="0.4.0",
- org.eclipse.etrice.core.genmodel;bundle-version="0.4.0",
+Require-Bundle: org.eclipse.etrice.core.room;bundle-version="0.5.0",
+ org.eclipse.etrice.core.etphys;bundle-version="0.5.0",
+ org.eclipse.etrice.core.genmodel;bundle-version="0.5.0",
org.eclipse.xtext;visibility:=reexport,
org.eclipse.xtext.xbase;resolution:=optional;visibility:=reexport,
org.eclipse.xtext.generator;resolution:=optional,
@@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.etrice.core.room;bundle-version="0.4.0",
org.eclipse.emf.ecore,
org.eclipse.emf.common,
org.antlr.runtime,
- org.eclipse.etrice.core.common;bundle-version="0.4.0"
+ org.eclipse.etrice.core.common;bundle-version="0.5.0"
Import-Package: org.apache.log4j,
org.eclipse.xtext.xbase.lib
Bundle-RequiredExecutionEnvironment: JavaSE-1.6

Back to the top