From 6ec2410ada16defb2b47bb995c74fba8f0771554 Mon Sep 17 00:00:00 2001 From: Judy N. Green Date: Fri, 3 Jan 2003 22:10:29 +0000 Subject: Added about.html files to the source and bin.dist --- core/org.eclipse.cdt.core.linux/build.properties | 6 ++++-- core/org.eclipse.cdt.core.qnx/build.properties | 6 ++++-- core/org.eclipse.cdt.core.solaris/build.properties | 6 ++++-- core/org.eclipse.cdt.core.win32/build.properties | 6 ++++-- 4 files changed, 16 insertions(+), 8 deletions(-) (limited to 'core') 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 -- cgit v1.2.3