diff options
author | Tomasz Zarna <tomasz.zarna@tasktop.com> | 2013-05-06 19:24:28 +0200 |
---|---|---|
committer | Tomasz Zarna <tomasz.zarna@tasktop.com> | 2013-10-30 17:42:38 +0100 |
commit | 52ce448662f016873f71c593aafcd27466e60748 (patch) | |
tree | 61ba25a11c7a8e602d859b1f61c0b43d56cf3274 /org.eclipse.jgit.console | |
parent | 40e8ba418637fd987745e7ee53ef80332d64647b (diff) | |
download | jgit-52ce448662f016873f71c593aafcd27466e60748.tar.gz jgit-52ce448662f016873f71c593aafcd27466e60748.zip |
Add missing resources from source.. in build.properties
Change-Id: Ief9b84c07494bdb01ce16b4ae3353c5364cc6625
Signed-off-by: Tomasz Zarna <tomasz.zarna@tasktop.com>
Diffstat (limited to 'org.eclipse.jgit.console')
-rw-r--r-- | org.eclipse.jgit.console/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.console/build.properties b/org.eclipse.jgit.console/build.properties index b67aba1a41..8148271ef3 100644 --- a/org.eclipse.jgit.console/build.properties +++ b/org.eclipse.jgit.console/build.properties @@ -1,4 +1,5 @@ -source.. = src/ +source.. = src/,\ + resources/ output.. = bin/ bin.includes = META-INF/,\ .,\ |