Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.etrice.releng/build.properties9
1 files changed, 9 insertions, 0 deletions
diff --git a/releng/org.eclipse.etrice.releng/build.properties b/releng/org.eclipse.etrice.releng/build.properties
index 09476c58e..78cfb5482 100644
--- a/releng/org.eclipse.etrice.releng/build.properties
+++ b/releng/org.eclipse.etrice.releng/build.properties
@@ -19,3 +19,12 @@ eclipse.downloads=file:/home/data/httpd/download.eclipse.org
etrice.download.area=/home/data/httpd/download.eclipse.org/etrice
eclipse.staging.area=/shared/download-staging.priv/modeling/mdt/etrice
+
+category.id.core=eTrice
+#category.description.core=This is the category that contains Buckminster core functionality
+category.id.optional=eTrice Plugins (optional)
+#category.description.optional=This is the category that contains Buckminster core functionality
+
+category.default=optional
+category.members.core=org.eclipse.etrice.feature,org.eclipse.etrice.cdt-integration.feature
+category.members.optional=org.eclipse.etrice.layout.feature,org.eclipse.etrice.kieler.feature

Back to the top