From c711361612e4860a2aa8388bc971dba55f3d39b5 Mon Sep 17 00:00:00 2001 From: Matthias Sohn Date: Sat, 3 Sep 2016 11:10:38 +0200 Subject: 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 --- org.eclipse.jgit.test/build.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'org.eclipse.jgit.test') 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 -- cgit v1.2.3