Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--xlc/org.eclipse.cdt.core.lrparser.xlc/build.properties4
1 files changed, 3 insertions, 1 deletions
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

Back to the top