From ffb09dfd3b550e29b6e2adf4b8cbe0d43c38d8b6 Mon Sep 17 00:00:00 2001 From: Mike Kucera Date: Mon, 4 May 2009 15:20:17 +0000 Subject: [PATCH] [274772] plugin.properties missing from build for org.eclipse.cdt.core.lrparser.xlc --- 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 0b4c9ed7933..dfdc3535c99 100644 --- a/xlc/org.eclipse.cdt.core.lrparser.xlc/build.properties +++ b/xlc/org.eclipse.cdt.core.lrparser.xlc/build.properties @@ -13,4 +13,6 @@ source.. = parser/ output.. = bin/ bin.includes = META-INF/,\ .,\ - plugin.xml + plugin.xml,\ + plugin.properties,\ + about.html