Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJudy N. Green2002-10-17 20:42:27 +0000
committerJudy N. Green2002-10-17 20:42:27 +0000
commit0bd52b9a1da797b1b6dc3e4d216d59df82919565 (patch)
treec2d5ee68c15d7cf3653467ebfa502b5a20397281 /core/org.eclipse.cdt.core/build.properties
parente09dd29657d885e7914dd48500b8f308e14e0084 (diff)
downloadorg.eclipse.cdt-0bd52b9a1da797b1b6dc3e4d216d59df82919565.tar.gz
org.eclipse.cdt-0bd52b9a1da797b1b6dc3e4d216d59df82919565.tar.xz
org.eclipse.cdt-0bd52b9a1da797b1b6dc3e4d216d59df82919565.zip
removed *.jar in build.xml files that was causing the generated jar to be included twice. Jars that need to be copied to the pluh\gins directory must be explicitly added
Diffstat (limited to 'core/org.eclipse.cdt.core/build.properties')
-rw-r--r--core/org.eclipse.cdt.core/build.properties5
1 files changed, 2 insertions, 3 deletions
diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties
index 4b4d6336a13..188bac2de61 100644
--- a/core/org.eclipse.cdt.core/build.properties
+++ b/core/org.eclipse.cdt.core/build.properties
@@ -1,7 +1,6 @@
bin.includes = plugin.xml,\
plugin.properties,\
- about.html,\
- *.jar,
+ about.html
javadoc.packages = org.eclipse.cdt.core.*,\
org.eclipse.cdt.core.index.*,\
org.eclipse.cdt.core.model.*,\
@@ -14,4 +13,4 @@ source.cdtcore.jar = builder/,\
model/,\
src/,\
utils/
-src.includes=about.html \ No newline at end of file
+src.includes=about.html

Back to the top