diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2016-09-03 11:10:38 +0200 |
---|---|---|
committer | Christian Halstrick <christian.halstrick@sap.com> | 2016-09-05 04:53:14 -0400 |
commit | c711361612e4860a2aa8388bc971dba55f3d39b5 (patch) | |
tree | ece965261af64f61e2b2c4a424e7db919315a131 /org.eclipse.jgit.test | |
parent | a4508f994ab95dfe4b7d33798118b0a44f4a1f3c (diff) | |
download | jgit-c711361612e4860a2aa8388bc971dba55f3d39b5.tar.gz jgit-c711361612e4860a2aa8388bc971dba55f3d39b5.zip |
Add missing dependency to slf4j-log4j bridge
Without the bridge JGit tests don't show log output in Eclipse console.
Change-Id: I7acce1f1787960b5ca98377cb5c7f599a8a220b5
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.jgit.test')
-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 d8c4b2a5c9..e7b3b9978e 100644 --- a/org.eclipse.jgit.test/build.properties +++ b/org.eclipse.jgit.test/build.properties @@ -5,4 +5,5 @@ source.. = tst/,\ bin.includes = META-INF/,\ .,\ plugin.properties -additional.bundles = org.apache.log4j +additional.bundles = org.apache.log4j,\ + org.slf4j.impl.log4j12 |