From 8141140922131cd69a5509319e8059dddf09b70d Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Fri, 15 Jul 2016 08:41:23 +0200 Subject: 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 --- org.eclipse.jgit.http.test/build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org.eclipse.jgit.http.test') 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/,\ .,\ -- cgit v1.2.3