summaryrefslogtreecommitdiffstats
path: root/org.eclipse.jgit.http.test/build.properties
diff options
context:
space:
mode:
authorMatthias Sohn <matthias.sohn@sap.com>2016-07-15 08:41:23 +0200
committerMatthias Sohn <matthias.sohn@sap.com>2016-08-06 19:12:06 -0400
commit8141140922131cd69a5509319e8059dddf09b70d (patch)
tree65c9826ea37cc82e072717f699d7149606aadab8 /org.eclipse.jgit.http.test/build.properties
parent1c245da5ac4e066dfb50d195d48dfb334cf1370c (diff)
downloadjgit-8141140922131cd69a5509319e8059dddf09b70d.tar.gz
jgit-8141140922131cd69a5509319e8059dddf09b70d.zip
Add path src/ to source path in build.properties
This fixes the warning "src/ is missing from source.." Change-Id: I166e3a6a3d5230e4110d3283ec4dbc7d1dfe6732 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.http.test/build.properties')
-rw-r--r--org.eclipse.jgit.http.test/build.properties3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.jgit.http.test/build.properties b/org.eclipse.jgit.http.test/build.properties
index 9ffa0caf78..e8bacac9ac 100644
--- a/org.eclipse.jgit.http.test/build.properties
+++ b/org.eclipse.jgit.http.test/build.properties
@@ -1,4 +1,5 @@
-source.. = tst/
+source.. = tst/,\
+ src/
output.. = bin/
bin.includes = META-INF/,\
.,\