diff --git a/org.eclipse.jgit.http.test/build.properties b/org.eclipse.jgit.http.test/build.properties index 9ffa0caf7..e8bacac9a 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/,\ .,\ diff --git a/org.eclipse.jgit.test/build.properties b/org.eclipse.jgit.test/build.properties index 786046c58..d8c4b2a5c 100644 --- a/org.eclipse.jgit.test/build.properties +++ b/org.eclipse.jgit.test/build.properties @@ -1,6 +1,7 @@ source.. = tst/,\ tst-rsrc/,\ - exttst/ + exttst/,\ + src/ bin.includes = META-INF/,\ .,\ plugin.properties