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.room.ui
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.room.ui')
-rw-r--r--plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF
index f244fd590..6569178a4 100644
--- a/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.core.room.ui/META-INF/MANIFEST.MF
@@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ROOM DSL UI
Bundle-Vendor: eTrice (Incubation)
-Bundle-Version: 0.2.0.qualifier
+Bundle-Version: 0.3.0.qualifier
Bundle-SymbolicName: org.eclipse.etrice.core.room.ui;singleton:=true
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.etrice.core.room;bundle-version="0.1.0";visibility:=reexport,
- org.eclipse.etrice.core.genmodel;bundle-version="0.2.0",
+Require-Bundle: org.eclipse.etrice.core.room;bundle-version="0.3.0";visibility:=reexport,
+ org.eclipse.etrice.core.genmodel;bundle-version="0.3.0",
org.eclipse.ui;bundle-version="3.6.0",
org.eclipse.ui.editors;bundle-version="3.5.0",
org.eclipse.ui.ide;bundle-version="3.5.0",

Back to the top