Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDoug Schaefer2011-08-30 20:48:24 +0000
committerDoug Schaefer2011-09-02 19:21:56 +0000
commit28aea5e38548dc3bd9d4ef7483dbdba58ca6f0b5 (patch)
treed8c667f7c17ee403a141c62859a60d521d33a033 /core/org.eclipse.cdt.core.linux/build.properties
parent59d5eafbf610a5afab095923dcd02cbefffe1d02 (diff)
downloadorg.eclipse.cdt-28aea5e38548dc3bd9d4ef7483dbdba58ca6f0b5.tar.gz
org.eclipse.cdt-28aea5e38548dc3bd9d4ef7483dbdba58ca6f0b5.tar.xz
org.eclipse.cdt-28aea5e38548dc3bd9d4ef7483dbdba58ca6f0b5.zip
clean up last of the plug-in jars.
Diffstat (limited to 'core/org.eclipse.cdt.core.linux/build.properties')
-rw-r--r--core/org.eclipse.cdt.core.linux/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.core.linux/build.properties b/core/org.eclipse.cdt.core.linux/build.properties
index 0fb31b9d170..6542e91cbdf 100644
--- a/core/org.eclipse.cdt.core.linux/build.properties
+++ b/core/org.eclipse.cdt.core.linux/build.properties
@@ -10,8 +10,8 @@
###############################################################################
bin.includes = fragment.xml,\
about.html,\
- cdt_linux.jar,\
+ .,\
META-INF/
src.includes = about.html,\
library/
-source.cdt_linux.jar = src/
+source.. = src/

Back to the top