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 /features
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'
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.etrice.tests.feature/feature.xml2
1 files changed, 1 insertions, 1 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">

Back to the top