Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-11-15 15:06:36 +0000
committerHenrik Rentz-Reichert2012-11-15 15:06:36 +0000
commit443fbbd52dcae7a447e581c72efb536fcafb0abc (patch)
tree23241d555ee9391ad4a348b5edcd837093272fd2 /plugins/org.eclipse.etrice.core.config
parent557a4e516e25c5fce5c2baaad46b1b8c95326879 (diff)
parentb1aca8dadc5d3a6fc5db844f2870cd946b08816f (diff)
downloadorg.eclipse.etrice-443fbbd52dcae7a447e581c72efb536fcafb0abc.tar.gz
org.eclipse.etrice-443fbbd52dcae7a447e581c72efb536fcafb0abc.tar.xz
org.eclipse.etrice-443fbbd52dcae7a447e581c72efb536fcafb0abc.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'plugins/org.eclipse.etrice.core.config')
-rw-r--r--plugins/org.eclipse.etrice.core.config/META-INF/MANIFEST.MF4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/org.eclipse.etrice.core.config/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.core.config/META-INF/MANIFEST.MF
index 54d73ce76..73edb9599 100644
--- a/plugins/org.eclipse.etrice.core.config/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.core.config/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: eTrice Config DSL
Bundle-Vendor: eTrice (Incubation)
-Bundle-Version: 0.2.0.qualifier
+Bundle-Version: 0.3.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.core.config; singleton:=true
Bundle-ActivationPolicy: lazy
Require-Bundle: org.eclipse.xtext;bundle-version="2.1.1";visibility:=reexport,
@@ -19,7 +19,7 @@ Require-Bundle: org.eclipse.xtext;bundle-version="2.1.1";visibility:=reexport,
org.eclipse.emf.common,
org.antlr.runtime,
org.eclipse.xtext.common.types;bundle-version="2.1.1",
- org.eclipse.etrice.core.room;bundle-version="0.2.0"
+ org.eclipse.etrice.core.room;bundle-version="0.3.0"
Import-Package: org.apache.commons.logging,
org.apache.log4j,
org.eclipse.xtend.lib,

Back to the top