Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2016-10-04 10:45:42 +0000
committerHenrik Rentz-Reichert2016-10-04 11:21:10 +0000
commitc001388824922fb01b669f5a157adf50d05a9842 (patch)
tree7effe81ee47113cb097b1168ae18bfbf0bdee2ce /features/org.eclipse.etrice.layout.feature/feature.xml
parent43cd5f4a5f5babb1d48b8c65cd161171f18c1cdd (diff)
downloadorg.eclipse.etrice-c001388824922fb01b669f5a157adf50d05a9842.tar.gz
org.eclipse.etrice-c001388824922fb01b669f5a157adf50d05a9842.tar.xz
org.eclipse.etrice-c001388824922fb01b669f5a157adf50d05a9842.zip
version 1.0.1 --> 1.1.0
Diffstat (limited to 'features/org.eclipse.etrice.layout.feature/feature.xml')
-rw-r--r--features/org.eclipse.etrice.layout.feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.etrice.layout.feature/feature.xml b/features/org.eclipse.etrice.layout.feature/feature.xml
index 246eceb78..451d09465 100644
--- a/features/org.eclipse.etrice.layout.feature/feature.xml
+++ b/features/org.eclipse.etrice.layout.feature/feature.xml
@@ -17,7 +17,7 @@
<feature
id="org.eclipse.etrice.layout.feature"
label="%featureName"
- version="1.0.1.qualifier"
+ version="1.1.0.qualifier"
provider-name="%providerName"
plugin="org.eclipse.etrice.core.room.ui"
license-feature="org.eclipse.license"
@@ -54,7 +54,7 @@ http://www.eclipse.org/legal/epl-v10.html
<import plugin="org.eclipse.etrice.ui.structure" version="0.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.etrice.ui.common" version="0.2.0" match="greaterOrEqual"/>
<import plugin="org.eclipse.etrice.core.room" version="0.2.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.etrice.kieler.feature" version="1.0.1.qualifier"/>
+ <import feature="org.eclipse.etrice.kieler.feature" version="1.1.0.qualifier"/>
</requires>
<plugin

Back to the top