From 4d2378f41b49bde32c7d3b50a8126407a057659b Mon Sep 17 00:00:00 2001 From: Kaloyan Raev Date: Wed, 9 Oct 2013 16:58:29 +0300 Subject: [PATCH] Add resources/ as source folder in build.properties This allows correct export of org.eclipse.jgit.pgm via the PDE Export wizard. Bug: 419089 Change-Id: I98765208edd7df59e262001dd01ed2b43e4475a9 Signed-off-by: Kaloyan Raev --- org.eclipse.jgit.pgm/build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.eclipse.jgit.pgm/build.properties b/org.eclipse.jgit.pgm/build.properties index b67aba1a4..8148271ef 100644 --- a/org.eclipse.jgit.pgm/build.properties +++ b/org.eclipse.jgit.pgm/build.properties @@ -1,4 +1,5 @@ -source.. = src/ +source.. = src/,\ + resources/ output.. = bin/ bin.includes = META-INF/,\ .,\