Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenrik Rentz-Reichert2011-09-12 09:39:52 +0000
committerHenrik Rentz-Reichert2011-09-12 09:39:52 +0000
commitc6bb5817f129b8a0d5c57844df4cd47581ca8f9d (patch)
treea6ead455f153ff1a6ec41a06ae81b27c58108131
parent1049bdabc7cd3a9aadba1623e6d54b1254b9cadf (diff)
downloadorg.eclipse.etrice-c6bb5817f129b8a0d5c57844df4cd47581ca8f9d.tar.gz
org.eclipse.etrice-c6bb5817f129b8a0d5c57844df4cd47581ca8f9d.tar.xz
org.eclipse.etrice-c6bb5817f129b8a0d5c57844df4cd47581ca8f9d.zip
[releng] feature IDs should end with 'feature'
-rw-r--r--features/org.eclipse.etrice.tests.feature/feature.xml2
-rw-r--r--releng/org.eclipse.etrice.site/feature.xml6
2 files changed, 4 insertions, 4 deletions
diff --git a/features/org.eclipse.etrice.tests.feature/feature.xml b/features/org.eclipse.etrice.tests.feature/feature.xml
index 9598b6fce..cee88c2b5 100644
--- a/features/org.eclipse.etrice.tests.feature/feature.xml
+++ b/features/org.eclipse.etrice.tests.feature/feature.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<feature
- id="org.eclipse.etrice.tests"
+ id="org.eclipse.etrice.tests.feature"
label="%featureName"
version="0.1.0.qualifier"
provider-name="%providerName">
diff --git a/releng/org.eclipse.etrice.site/feature.xml b/releng/org.eclipse.etrice.site/feature.xml
index b74b491f4..4f087b140 100644
--- a/releng/org.eclipse.etrice.site/feature.xml
+++ b/releng/org.eclipse.etrice.site/feature.xml
@@ -36,15 +36,15 @@ http://www.eclipse.org/legal/epl-v10.html
</url>
<includes
- id="org.eclipse.etrice.core"
+ id="org.eclipse.etrice.core.feature"
version="0.0.0"/>
<includes
- id="org.eclipse.etrice.tests"
+ id="org.eclipse.etrice.tests.feature"
version="0.0.0"/>
<includes
- id="org.eclipse.etrice.examples"
+ id="org.eclipse.etrice.examples.feature"
version="0.0.0"/>
</feature>

Back to the top