Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJudy N. Green2003-01-03 22:10:29 +0000
committerJudy N. Green2003-01-03 22:10:29 +0000
commit6ec2410ada16defb2b47bb995c74fba8f0771554 (patch)
tree8d0ae195f190ecd93af531df8bd7ac0648295484 /core/org.eclipse.cdt.core.linux
parent5d7c0c4217131ca75f82b83dce5269e9b5a3e957 (diff)
downloadorg.eclipse.cdt-6ec2410ada16defb2b47bb995c74fba8f0771554.tar.gz
org.eclipse.cdt-6ec2410ada16defb2b47bb995c74fba8f0771554.tar.xz
org.eclipse.cdt-6ec2410ada16defb2b47bb995c74fba8f0771554.zip
Added about.html files to the source and bin.dist
Diffstat (limited to 'core/org.eclipse.cdt.core.linux')
-rw-r--r--core/org.eclipse.cdt.core.linux/build.properties6
1 files changed, 4 insertions, 2 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

Back to the top