From 08074f77aa5a23dfce35d38ae595271836d7f803 Mon Sep 17 00:00:00 2001 From: Mat Booth Date: Sat, 21 May 2016 16:40:50 +0100 Subject: [PATCH] Bug 459567 - Help missing for LLVM Managed Build Include 'help' directory in build.properties Change-Id: I6c86a5325a323c67a50166b70372c8a918aa8553 Signed-off-by: Mat Booth --- llvm/org.eclipse.cdt.managedbuilder.llvm.ui/build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/build.properties b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/build.properties index f47d322a687..ac0ebbc5abb 100755 --- a/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/build.properties +++ b/llvm/org.eclipse.cdt.managedbuilder.llvm.ui/build.properties @@ -8,6 +8,7 @@ bin.includes = plugin.xml,\ about.ini,\ about.mappings,\ about.properties,\ - cdt_logo_icon32.png + cdt_logo_icon32.png,\ + help/ src.includes = patches/,\ help/,\