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 | |
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>
-rw-r--r-- | org.eclipse.jgit.console/build.properties | 3 | ||||
-rw-r--r-- | org.eclipse.jgit.http.server/build.properties | 3 | ||||
-rw-r--r-- | org.eclipse.jgit.pgm.test/build.properties | 3 | ||||
-rw-r--r-- | org.eclipse.jgit.pgm/build.properties | 3 |
4 files changed, 8 insertions, 4 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/,\ .,\ diff --git a/org.eclipse.jgit.http.server/build.properties b/org.eclipse.jgit.http.server/build.properties index b67aba1a41..8148271ef3 100644 --- a/org.eclipse.jgit.http.server/build.properties +++ b/org.eclipse.jgit.http.server/build.properties @@ -1,4 +1,5 @@ -source.. = src/ +source.. = src/,\ + resources/ output.. = bin/ bin.includes = META-INF/,\ .,\ diff --git a/org.eclipse.jgit.pgm.test/build.properties b/org.eclipse.jgit.pgm.test/build.properties index 32dc47ff8f..9ee2f6d98d 100644 --- a/org.eclipse.jgit.pgm.test/build.properties +++ b/org.eclipse.jgit.pgm.test/build.properties @@ -1,4 +1,5 @@ -source.. = tst/ +source.. = tst/,\ + src/ output.. = bin/ bin.includes = META-INF/,\ .,\ diff --git a/org.eclipse.jgit.pgm/build.properties b/org.eclipse.jgit.pgm/build.properties index 8148271ef3..6365cbb7ee 100644 --- a/org.eclipse.jgit.pgm/build.properties +++ b/org.eclipse.jgit.pgm/build.properties @@ -1,5 +1,6 @@ source.. = src/,\ - resources/ + resources/,\ + / output.. = bin/ bin.includes = META-INF/,\ .,\ |