From 28bd5c346f6de8f0a0ed21099b5b8575b542aec8 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Thu, 10 Apr 2003 18:28:37 +0000 Subject: [PATCH] Added the dom source folder to the build.properties. --- core/org.eclipse.cdt.core/build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core/build.properties b/core/org.eclipse.cdt.core/build.properties index a56e9a35c40..f12ef58aad5 100644 --- a/core/org.eclipse.cdt.core/build.properties +++ b/core/org.eclipse.cdt.core/build.properties @@ -15,4 +15,5 @@ source.cdtcore.jar = build/,\ model/,\ src/,\ utils/,\ - parser/ + parser/,\ + dom/