From 5c919ac8349c3c55a1c889bc39f7aabc1a5c3a05 Mon Sep 17 00:00:00 2001 From: Marc Khouzam Date: Thu, 22 May 2014 11:04:02 -0400 Subject: [PATCH] about.html does not get included due to missing backslash Change-Id: I27bb60faf0b50733c3fc0cc830a081dcb10816e7 Signed-off-by: Marc Khouzam Reviewed-on: https://git.eclipse.org/r/27116 Tested-by: Hudson CI Reviewed-by: Jeff Johnston Tested-by: Jeff Johnston --- debug/org.eclipse.cdt.debug.application/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug/org.eclipse.cdt.debug.application/build.properties b/debug/org.eclipse.cdt.debug.application/build.properties index fb41d50a276..2be738727f1 100644 --- a/debug/org.eclipse.cdt.debug.application/build.properties +++ b/debug/org.eclipse.cdt.debug.application/build.properties @@ -12,5 +12,5 @@ bin.includes = plugin.xml,\ eclipse48.gif,\ eclipse32.png,\ intro-eclipse.png,\ - scripts/, + scripts/,\ about.html