Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/org.eclipse.cdt.core.linux/build.properties6
-rw-r--r--core/org.eclipse.cdt.core.qnx/build.properties6
-rw-r--r--core/org.eclipse.cdt.core.solaris/build.properties6
-rw-r--r--core/org.eclipse.cdt.core.win32/build.properties6
4 files changed, 16 insertions, 8 deletions
diff --git a/core/org.eclipse.cdt.core.linux/build.properties b/core/org.eclipse.cdt.core.linux/build.properties
index 0d93adc572c..b712c66dea7 100644
--- a/core/org.eclipse.cdt.core.linux/build.properties
+++ b/core/org.eclipse.cdt.core.linux/build.properties
@@ -1,4 +1,6 @@
bin.includes = fragment.xml,\
os/,\
- fragment.properties
-source.cdt_linux.jar = src/
+ fragment.properties,\
+ about.html
+source.cdt_linux.jar = src/,\
+ about.html
diff --git a/core/org.eclipse.cdt.core.qnx/build.properties b/core/org.eclipse.cdt.core.qnx/build.properties
index 5b33b65db4a..fdeff263ad7 100644
--- a/core/org.eclipse.cdt.core.qnx/build.properties
+++ b/core/org.eclipse.cdt.core.qnx/build.properties
@@ -1,4 +1,6 @@
bin.includes = fragment.xml,\
os/,\
- fragment.properties
-source.cdt_qnx.jar = src/
+ fragment.properties,\
+ about.html
+source.cdt_qnx.jar = src/,\
+ about.html
diff --git a/core/org.eclipse.cdt.core.solaris/build.properties b/core/org.eclipse.cdt.core.solaris/build.properties
index 50d34e9be22..a7e2e8d48db 100644
--- a/core/org.eclipse.cdt.core.solaris/build.properties
+++ b/core/org.eclipse.cdt.core.solaris/build.properties
@@ -1,4 +1,6 @@
bin.includes = fragment.xml,\
os/,\
- fragment.properties
-source.cdt_solaris.jar = src/
+ fragment.properties,\
+ about.html
+source.cdt_solaris.jar = src/,\
+ about.html
diff --git a/core/org.eclipse.cdt.core.win32/build.properties b/core/org.eclipse.cdt.core.win32/build.properties
index 13040229c19..9e33ed454bc 100644
--- a/core/org.eclipse.cdt.core.win32/build.properties
+++ b/core/org.eclipse.cdt.core.win32/build.properties
@@ -1,4 +1,6 @@
bin.includes = fragment.xml,\
os/,\
- fragment.properties
-source.cdt_win32.jar = src/
+ fragment.properties,\
+ about.html
+source.cdt_win32.jar = src/,\
+ about.html

Back to the top