Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Haug2015-07-09 15:56:58 +0000
committerJuergen Haug2015-07-09 15:56:58 +0000
commita5db1e770fa475121c0c8fedcd16c0165a823ed0 (patch)
tree9f5cea076dd57fea3411411fd67aa83d45ca9c5f /releng/org.eclipse.etrice.releng/build.properties
parent6f968e04e67c270954efbe3282e6895cf265d809 (diff)
downloadorg.eclipse.etrice-a5db1e770fa475121c0c8fedcd16c0165a823ed0.tar.gz
org.eclipse.etrice-a5db1e770fa475121c0c8fedcd16c0165a823ed0.tar.xz
org.eclipse.etrice-a5db1e770fa475121c0c8fedcd16c0165a823ed0.zip
[releng] fixed help in binary build + added eTrice category
Diffstat (limited to 'releng/org.eclipse.etrice.releng/build.properties')
-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