Browse Source

Update feature.xml

added expression.interpreter and sruntime to base feature
Andreas Mülder 8 years ago
parent
commit
39a51c72d0
1 changed files with 14 additions and 0 deletions
  1. 14 0
      features/org.yakindu.base-feature/feature.xml

+ 14 - 0
features/org.yakindu.base-feature/feature.xml

@@ -63,4 +63,18 @@
          install-size="0"
          version="0.0.0"/>
 
+   <plugin
+         id="org.yakindu.base.expressions.interpreter"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
+   <plugin
+         id="org.yakindu.sct.model.sruntime"
+         download-size="0"
+         install-size="0"
+         version="0.0.0"
+         unpack="false"/>
+
 </feature>