diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-07-15 08:41:23 +0200 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2016-08-06 19:12:06 -0400 |
commit | 8141140922131cd69a5509319e8059dddf09b70d (patch) | |
tree | 65c9826ea37cc82e072717f699d7149606aadab8 /org.eclipse.jgit.test/build.properties | |
parent | 1c245da5ac4e066dfb50d195d48dfb334cf1370c (diff) | |
download | jgit-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.test/build.properties')
-rw-r--r-- | org.eclipse.jgit.test/build.properties | 3 |
1 files changed, 2 insertions, 1 deletions
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 |