Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/org.eclipse.cdt.core.linux/build.properties11
-rw-r--r--core/org.eclipse.cdt.core.qnx/build.properties11
-rw-r--r--core/org.eclipse.cdt.core.solaris/build.properties11
-rw-r--r--core/org.eclipse.cdt.core.win32/build.properties11
-rw-r--r--core/org.eclipse.cdt.ui/build.properties14
-rw-r--r--releng/org.eclipse.cdt-feature/build.properties5
-rw-r--r--releng/org.eclipse.cdt/build.properties31
7 files changed, 65 insertions, 29 deletions
diff --git a/core/org.eclipse.cdt.core.linux/build.properties b/core/org.eclipse.cdt.core.linux/build.properties
index b712c66dea7..5676697c351 100644
--- a/core/org.eclipse.cdt.core.linux/build.properties
+++ b/core/org.eclipse.cdt.core.linux/build.properties
@@ -1,6 +1,9 @@
bin.includes = fragment.xml,\
- os/,\
fragment.properties,\
- about.html
-source.cdt_linux.jar = src/,\
- about.html
+ about.html,\
+ os/
+src.includes = fragment.xml,\
+ fragment.properties,\
+ about.html,\
+ os/
+source.cdt_linux.jar = src/
diff --git a/core/org.eclipse.cdt.core.qnx/build.properties b/core/org.eclipse.cdt.core.qnx/build.properties
index fdeff263ad7..ec4ae70ed60 100644
--- a/core/org.eclipse.cdt.core.qnx/build.properties
+++ b/core/org.eclipse.cdt.core.qnx/build.properties
@@ -1,6 +1,9 @@
bin.includes = fragment.xml,\
- os/,\
fragment.properties,\
- about.html
-source.cdt_qnx.jar = src/,\
- about.html
+ about.html,\
+ os/
+src.includes = fragment.xml,\
+ fragment.properties,\
+ about.html,\
+ os/
+source.cdt_qnx.jar = src/
diff --git a/core/org.eclipse.cdt.core.solaris/build.properties b/core/org.eclipse.cdt.core.solaris/build.properties
index a7e2e8d48db..159c31a1576 100644
--- a/core/org.eclipse.cdt.core.solaris/build.properties
+++ b/core/org.eclipse.cdt.core.solaris/build.properties
@@ -1,6 +1,9 @@
bin.includes = fragment.xml,\
- os/,\
fragment.properties,\
- about.html
-source.cdt_solaris.jar = src/,\
- about.html
+ about.html,\
+ os/
+bin.includes = fragment.xml,\
+ fragment.properties,\
+ about.html,\
+ os/
+source.cdt_solaris.jar = src/
diff --git a/core/org.eclipse.cdt.core.win32/build.properties b/core/org.eclipse.cdt.core.win32/build.properties
index 9e33ed454bc..ca4d06b082b 100644
--- a/core/org.eclipse.cdt.core.win32/build.properties
+++ b/core/org.eclipse.cdt.core.win32/build.properties
@@ -1,6 +1,9 @@
bin.includes = fragment.xml,\
- os/,\
fragment.properties,\
- about.html
-source.cdt_win32.jar = src/,\
- about.html
+ about.html,\
+ os/
+src.includes = fragment.xml,\
+ fragment.properties,\
+ about.html,\
+ os/
+source.cdt_win32.jar = src/
diff --git a/core/org.eclipse.cdt.ui/build.properties b/core/org.eclipse.cdt.ui/build.properties
index f3e987f45f6..d73e30187a0 100644
--- a/core/org.eclipse.cdt.ui/build.properties
+++ b/core/org.eclipse.cdt.ui/build.properties
@@ -1,7 +1,15 @@
-bin.includes = plugin.xml,\
+bin.includes = about.html,\
+ plugin.xml,\
about.html,\
icons/,\
plugin.properties
source.cdtui.jar = src/,\
- utils.ui/
-src.includes = about.html
+ utils.ui/
+src.includes = about.html,\
+ plugin.xml,\
+ about.html,\
+ icons/,\
+ plugin.properties
+javadoc.packages = org.eclipse.cdt.ui.*,\
+ org.eclipse.cdt.ui.wizards.*,\
+ org.eclipse.cdt.ui.wizards.conversion.*
diff --git a/releng/org.eclipse.cdt-feature/build.properties b/releng/org.eclipse.cdt-feature/build.properties
index d086b4c8449..fdeec5c9ca8 100644
--- a/releng/org.eclipse.cdt-feature/build.properties
+++ b/releng/org.eclipse.cdt-feature/build.properties
@@ -3,3 +3,8 @@ bin.includes = cpl-v10.html,\
feature.properties,\
eclipse_update_120.jpg,\
license.html
+src.includes = cpl-v10.html,\
+ feature.xml,\
+ feature.properties,\
+ eclipse_update_120.jpg,\
+ license.html
diff --git a/releng/org.eclipse.cdt/build.properties b/releng/org.eclipse.cdt/build.properties
index e79ea047866..858cde9e51d 100644
--- a/releng/org.eclipse.cdt/build.properties
+++ b/releng/org.eclipse.cdt/build.properties
@@ -1,14 +1,25 @@
-bin.includes=\
-about.html,\
-about.ini,\
-about.mappings,\
-about.properties,\
-eclipse32.gif,\
-plugin.properties,\
-plugin.xml,\
-welcome.xml
-
+bin.includes = about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ eclipse32.gif,\
+ plugin.properties,\
+ plugin.xml,\
+ welcome.xml
# note: the following files are intentionally not listed in bin.includes
# cpl-v10.html
# notice.html
# these files need to end up as root files in <install>/eclipse/ for a jdt runtime platform build
+
+src.includes = about.html,\
+ about.ini,\
+ about.mappings,\
+ about.properties,\
+ eclipse32.gif,\
+ plugin.properties,\
+ plugin.xml,\
+ welcome.xml,\
+ cpl-v10.html,\
+ notice.html
+
+

Back to the top