Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--releng/org.eclipse.cdt.sdk-feature/build.properties6
-rw-r--r--releng/org.eclipse.cdt.sdk/build.properties11
2 files changed, 15 insertions, 2 deletions
diff --git a/releng/org.eclipse.cdt.sdk-feature/build.properties b/releng/org.eclipse.cdt.sdk-feature/build.properties
index 8733f8d9d9a..64d6f88a7f3 100644
--- a/releng/org.eclipse.cdt.sdk-feature/build.properties
+++ b/releng/org.eclipse.cdt.sdk-feature/build.properties
@@ -1,2 +1,6 @@
-bin.includes = feature.xml
+bin.includes = feature.xml,\
+ cpl-v10.html,\
+ eclipse_update_120.jpg,\
+ feature.properties,\
+ license.html
generate.feature@org.eclipse.cdt.source=org.eclipse.cdt
diff --git a/releng/org.eclipse.cdt.sdk/build.properties b/releng/org.eclipse.cdt.sdk/build.properties
index 399332917b7..8d96b377558 100644
--- a/releng/org.eclipse.cdt.sdk/build.properties
+++ b/releng/org.eclipse.cdt.sdk/build.properties
@@ -1 +1,10 @@
-bin.includes = plugin.xml
+bin.includes = plugin.xml,\
+ about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ cpl-v10.html,\
+ eclipse32.gif,\
+ notice.html,\
+ plugin.properties,\
+ welcome.xml

Back to the top