Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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