Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core/build.properties')
-rw-r--r--core/org.eclipse.cdt.core/build.properties13
1 files changed, 1 insertions, 12 deletions
diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties
index 22acaaa101e..368de8ff09a 100644
--- a/core/org.eclipse.cdt.core/build.properties
+++ b/core/org.eclipse.cdt.core/build.properties
@@ -7,18 +7,7 @@ bin.includes = plugin.xml,\
jars.compile.order = cdtparser.jar,\
cdtcore.jar
src.includes = schema/,\
- ChangeLog,\
- utils/,\
- src/,\
- search/,\
- parser/,\
- model/,\
- index/,\
- doc/,\
- dependency/,\
- browser/,\
- template/,\
- ChangeLog-2003
+ doc/
javadoc.packages = org.eclipse.cdt.core.*,\
org.eclipse.cdt.core.index.*,\
org.eclipse.cdt.core.model.*,\

Back to the top