Explorar el Código

Update feature.xml

added expression.interpreter and sruntime to base feature
Andreas Mülder hace 8 años
padre
commit
39a51c72d0
Se han modificado 1 ficheros con 14 adiciones y 0 borrados
  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>