Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorDoug Schaefer2004-05-23 00:00:56 +0000
committerDoug Schaefer2004-05-23 00:00:56 +0000
commitd06d1213945baecbaaa08561fa70ec0c990f1468 (patch)
tree9cccd865d582f68ce729fddee237ec54f5e1fddf /releng
parenta4bc1beabc387bf085a4c3d5a36205fbda38a5ff (diff)
downloadorg.eclipse.cdt-d06d1213945baecbaaa08561fa70ec0c990f1468.tar.gz
org.eclipse.cdt-d06d1213945baecbaaa08561fa70ec0c990f1468.tar.xz
org.eclipse.cdt-d06d1213945baecbaaa08561fa70ec0c990f1468.zip
Fix up the build.properties so we actually get some content into the SDK plugin and feature.
Diffstat (limited to 'releng')
-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