Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2012-11-16 10:08:53 +0000
committerHenrik Rentz-Reichert2012-11-16 10:08:53 +0000
commit81d6a18caa4e41a0ae813bf64c4587881f3b3193 (patch)
tree67fe891c37febeee112fd056633d9bc41547a1df /features
parentfff674dac4bb1edffc69c46bb41fe1d316143a94 (diff)
downloadorg.eclipse.etrice-81d6a18caa4e41a0ae813bf64c4587881f3b3193.tar.gz
org.eclipse.etrice-81d6a18caa4e41a0ae813bf64c4587881f3b3193.tar.xz
org.eclipse.etrice-81d6a18caa4e41a0ae813bf64c4587881f3b3193.zip
[feature, tests.feature] added new plug-ins
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.etrice.feature/feature.xml28
-rw-r--r--features/org.eclipse.etrice.tests.feature/feature.xml21
2 files changed, 49 insertions, 0 deletions
diff --git a/features/org.eclipse.etrice.feature/feature.xml b/features/org.eclipse.etrice.feature/feature.xml
index 6134388e6..1a95bfce0 100644
--- a/features/org.eclipse.etrice.feature/feature.xml
+++ b/features/org.eclipse.etrice.feature/feature.xml
@@ -259,4 +259,32 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.etrice.core.etphys"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.core.etphys.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.core.etmap"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.core.etmap.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>
diff --git a/features/org.eclipse.etrice.tests.feature/feature.xml b/features/org.eclipse.etrice.tests.feature/feature.xml
index 38a24cd6c..d1b87313f 100644
--- a/features/org.eclipse.etrice.tests.feature/feature.xml
+++ b/features/org.eclipse.etrice.tests.feature/feature.xml
@@ -101,4 +101,25 @@ http://www.eclipse.org/legal/epl-v10.html
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="org.eclipse.etrice.abstractexec.behavior.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.core.etmap.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.etrice.core.etphys.tests"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top