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.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties
index 368de8ff09a..6cef08186e5 100644
--- a/core/org.eclipse.cdt.core/build.properties
+++ b/core/org.eclipse.cdt.core/build.properties
@@ -3,11 +3,12 @@ bin.includes = plugin.xml,\
about.html,\
cdtparser.jar,\
cdtcore.jar,\
- .options
+ template/
jars.compile.order = cdtparser.jar,\
cdtcore.jar
src.includes = schema/,\
- doc/
+ doc/,\
+ .options
javadoc.packages = org.eclipse.cdt.core.*,\
org.eclipse.cdt.core.index.*,\
org.eclipse.cdt.core.model.*,\

Back to the top