diff options
author | Kaloyan Raev <kaloyan.r@zend.com> | 2013-10-09 16:58:29 +0300 |
---|---|---|
committer | Kaloyan Raev <kaloyan.r@zend.com> | 2013-10-10 00:49:58 +0300 |
commit | 4d2378f41b49bde32c7d3b50a8126407a057659b (patch) | |
tree | b5e2c585fce83b75aad7923ec5dbbb3e8031eb80 /org.eclipse.jgit.pgm | |
parent | 06ddee1c3f1ca1a7aa5180e0a0e3670e1849153a (diff) | |
download | jgit-4d2378f41b49bde32c7d3b50a8126407a057659b.tar.gz jgit-4d2378f41b49bde32c7d3b50a8126407a057659b.zip |
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 <kaloyan.r@zend.com>
Diffstat (limited to 'org.eclipse.jgit.pgm')
-rw-r--r-- | org.eclipse.jgit.pgm/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.pgm/build.properties b/org.eclipse.jgit.pgm/build.properties index b67aba1a41..8148271ef3 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/,\ .,\ |