From d2ba28b75bd2008fb562fa96190c1b6d8f813caf Mon Sep 17 00:00:00 2001 From: Vivian Kong Date: Mon, 4 May 2009 16:43:32 +0000 Subject: [PATCH] bug 274772 --- xlc/org.eclipse.cdt.core.lrparser.xlc/build.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/xlc/org.eclipse.cdt.core.lrparser.xlc/build.properties b/xlc/org.eclipse.cdt.core.lrparser.xlc/build.properties index dfdc3535c99..3195255db16 100644 --- a/xlc/org.eclipse.cdt.core.lrparser.xlc/build.properties +++ b/xlc/org.eclipse.cdt.core.lrparser.xlc/build.properties @@ -9,10 +9,12 @@ # IBM Corporation - initial API and implementation ############################################################################### -source.. = parser/ +source.. = parser/,\ + ui/ output.. = bin/ bin.includes = META-INF/,\ .,\ plugin.xml,\ plugin.properties,\ about.html +src.includes = about.html