Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2016-04-24 21:06:35 +0000
committerHenrik Rentz-Reichert2016-04-24 21:06:35 +0000
commita2965d27e45b2c00075876a25cc3d754247a5d4c (patch)
tree31821e5cebbe73ee3e4c9f809af5ce07df8dbb8d /features/org.eclipse.etrice.layout.feature/feature.xml
parent525284b092580a760bb16519b3f6093e4a2723f3 (diff)
downloadorg.eclipse.etrice-a2965d27e45b2c00075876a25cc3d754247a5d4c.tar.gz
org.eclipse.etrice-a2965d27e45b2c00075876a25cc3d754247a5d4c.tar.xz
org.eclipse.etrice-a2965d27e45b2c00075876a25cc3d754247a5d4c.zip
eTrice version 0.5.0 -> 1.0.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 92d2b8d55..d5dec1a6e 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="0.5.0.qualifier"
+ version="1.0.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="0.5.0.qualifier"/>
+ <import feature="org.eclipse.etrice.kieler.feature" version="1.0.0.qualifier"/>
</requires>
<plugin

Back to the top