Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2018-02-09 10:53:59 +0000
committerHenrik Rentz-Reichert2018-02-09 11:12:15 +0000
commit59289a739edeaa47aed600593c0e7d364f40bff8 (patch)
tree5dc4b57416c7a59915cb4278a7b2a136f7d7bf19 /plugins/org.eclipse.etrice.core.etphys.ui
parent95910698200a58d0433161b0c7f55a1a2d72b349 (diff)
downloadorg.eclipse.etrice-59289a739edeaa47aed600593c0e7d364f40bff8.tar.gz
org.eclipse.etrice-59289a739edeaa47aed600593c0e7d364f40bff8.tar.xz
org.eclipse.etrice-59289a739edeaa47aed600593c0e7d364f40bff8.zip
version set to 1.1.2.qualifier also in dependencies and featuresv_1.1.2
In MANIFEST.MF, feature.xml, category.xml and pom.xml. Change-Id: Id4d6e8d147e97f57545c88e971bc04331529fcd4
Diffstat (limited to 'plugins/org.eclipse.etrice.core.etphys.ui')
-rw-r--r--plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF b/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF
index 1316df5a5..0b3cd9cf9 100644
--- a/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF
+++ b/plugins/org.eclipse.etrice.core.etphys.ui/META-INF/MANIFEST.MF
@@ -5,8 +5,8 @@ Bundle-Vendor: Eclipse eTrice
Bundle-Version: 1.1.2.qualifier
Bundle-SymbolicName: org.eclipse.etrice.core.etphys.ui; singleton:=true
Bundle-ActivationPolicy: lazy
-Require-Bundle: org.eclipse.etrice.core.room.ui;bundle-version="1.1.1",
- org.eclipse.etrice.core.etphys;bundle-version="1.1.1";visibility:=reexport,
+Require-Bundle: org.eclipse.etrice.core.room.ui;bundle-version="1.1.2",
+ org.eclipse.etrice.core.etphys;bundle-version="1.1.2";visibility:=reexport,
org.eclipse.xtext.ui;bundle-version="2.6.0",
org.eclipse.ui.editors;bundle-version="3.5.0",
org.eclipse.ui.ide;bundle-version="3.5.0",
@@ -16,7 +16,7 @@ Require-Bundle: org.eclipse.etrice.core.room.ui;bundle-version="1.1.1",
org.antlr.runtime,
org.eclipse.xtext.ui.codetemplates.ui;bundle-version="2.6.0",
org.eclipse.compare,
- org.eclipse.etrice.core.common.ui;bundle-version="1.1.1"
+ org.eclipse.etrice.core.common.ui;bundle-version="1.1.2"
Import-Package: org.apache.log4j
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Export-Package: org.eclipse.etrice.core.etphys.ui.contentassist,

Back to the top