Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2017-08-30 13:18:01 +0000
committerJuergen Haug2017-08-30 13:18:01 +0000
commit461bdb1cc551a154fd97ef68367edddb8b0d5379 (patch)
treecbc7c387157f5fd269fe831a7544114a5b7dd8f9 /features
parent677ea17e6cbcf943373eade26145c8281e080046 (diff)
downloadorg.eclipse.etrice-461bdb1cc551a154fd97ef68367edddb8b0d5379.tar.gz
org.eclipse.etrice-461bdb1cc551a154fd97ef68367edddb8b0d5379.tar.xz
org.eclipse.etrice-461bdb1cc551a154fd97ef68367edddb8b0d5379.zip
moved ImportModelAssist to common.ui + added missing plugin to feature
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.etrice.feature/feature.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/features/org.eclipse.etrice.feature/feature.xml b/features/org.eclipse.etrice.feature/feature.xml
index c03fd9504..9f8bced78 100644
--- a/features/org.eclipse.etrice.feature/feature.xml
+++ b/features/org.eclipse.etrice.feature/feature.xml
@@ -44,7 +44,7 @@ http://www.eclipse.org/legal/epl-v10.html
<discovery label="Eclipse Orbit" url="http://download.eclipse.org/tools/orbit/downloads/drops/R20160520211859/repository/"/>
</url>
- <requires>
+ <requires>
<import plugin="org.eclipse.etrice.core.common" version="1.1.1" match="greaterOrEqual"/>
<import plugin="org.eclipse.etrice.core.fsm" version="1.1.1" match="greaterOrEqual"/>
<import plugin="org.antlr.runtime" version="3.0.0" match="greaterOrEqual"/>
@@ -409,4 +409,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.etrice.expressions.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top