diff options
-rw-r--r-- | org.eclipse.jgit.http.test/build.properties | 3 | ||||
-rw-r--r-- | org.eclipse.jgit.test/build.properties | 3 |
2 files changed, 4 insertions, 2 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/,\ .,\ diff --git a/org.eclipse.jgit.test/build.properties b/org.eclipse.jgit.test/build.properties index 786046c58a..d8c4b2a5c9 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 |