Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2013-05-06 17:24:28 +0000
committerTomasz Zarna2013-10-30 16:42:38 +0000
commit52ce448662f016873f71c593aafcd27466e60748 (patch)
tree61ba25a11c7a8e602d859b1f61c0b43d56cf3274
parent40e8ba418637fd987745e7ee53ef80332d64647b (diff)
downloadjgit-52ce448662f016873f71c593aafcd27466e60748.tar.gz
jgit-52ce448662f016873f71c593aafcd27466e60748.tar.xz
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.properties3
-rw-r--r--org.eclipse.jgit.http.server/build.properties3
-rw-r--r--org.eclipse.jgit.pgm.test/build.properties3
-rw-r--r--org.eclipse.jgit.pgm/build.properties3
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/,\
.,\

Back to the top