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.properties4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties
index 703f38d75ce..cd98839fffa 100644
--- a/core/org.eclipse.cdt.core/build.properties
+++ b/core/org.eclipse.cdt.core/build.properties
@@ -33,4 +33,6 @@ source.cdtcore.jar = index/,\
search/,\
dependency/,\
browser/
-source.cdtparser.jar = parser/
+source.cdtparser.jar = parser/,\
+ pdom/
+output.cdtparser.jar = bin/

Back to the top