Skip to main content
summaryrefslogtreecommitdiffstats
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.macosx
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.macosx')
-rw-r--r--core/org.eclipse.cdt.core.macosx/build.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.core.macosx/build.properties b/core/org.eclipse.cdt.core.macosx/build.properties
index dbce6b0a223..fc76b9bff0c 100644
--- a/core/org.eclipse.cdt.core.macosx/build.properties
+++ b/core/org.eclipse.cdt.core.macosx/build.properties
@@ -10,9 +10,9 @@
###############################################################################
bin.includes = fragment.xml,\
about.html,\
- cdt_macosx.jar,\
+ .,\
os/,\
META-INF/
src.includes = about.html,\
library/
-source.cdt_macosx.jar = src/
+source.. = src/

Back to the top