Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2013-01-31 17:02:13 +0000
committerHenrik Rentz-Reichert2013-01-31 17:02:13 +0000
commit2190e9b214bffeb8c0abf2fe187dd3017df41214 (patch)
tree9f5c7de275b2f6f4bd229ffcae2e1109753cc6af /features/org.eclipse.etrice.feature
parentb2dc33210d33d4d6430b96d75908f41a3b94abab (diff)
downloadorg.eclipse.etrice-2190e9b214bffeb8c0abf2fe187dd3017df41214.tar.gz
org.eclipse.etrice-2190e9b214bffeb8c0abf2fe187dd3017df41214.tar.xz
org.eclipse.etrice-2190e9b214bffeb8c0abf2fe187dd3017df41214.zip
[feature] added abstractexec plugin
Diffstat (limited to 'features/org.eclipse.etrice.feature')
-rw-r--r--features/org.eclipse.etrice.feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/features/org.eclipse.etrice.feature/feature.xml b/features/org.eclipse.etrice.feature/feature.xml
index 465973d87..3b9c725cf 100644
--- a/features/org.eclipse.etrice.feature/feature.xml
+++ b/features/org.eclipse.etrice.feature/feature.xml
@@ -294,4 +294,11 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.etrice.abstractexec.behavior"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top