From e32f4eb9ec93a17edaa40ead31ede4c2c730776b Mon Sep 17 00:00:00 2001 From: Chris Recoskie Date: Thu, 7 Jun 2007 14:22:47 +0000 Subject: [PATCH] fix for 191485 to get the xlc plugin working right in the build --- xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties index 34d2e4d2dad..f7540fbc534 100644 --- a/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties +++ b/xlc/org.eclipse.cdt.managedbuilder.xlc.ui/build.properties @@ -1,4 +1,7 @@ source.. = src/ output.. = bin/ bin.includes = META-INF/,\ - . + .,\ + plugin.properties,\ + plugin.xml,\ + about.html