]> source.dussan.org Git - jgit.git/commitdiff
Add missing dependency to slf4j-log4j bridge 52/80352/2
authorMatthias Sohn <matthias.sohn@sap.com>
Sat, 3 Sep 2016 09:10:38 +0000 (11:10 +0200)
committerChristian Halstrick <christian.halstrick@sap.com>
Mon, 5 Sep 2016 08:53:14 +0000 (04:53 -0400)
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>
org.eclipse.jgit.test/build.properties

index d8c4b2a5c95b20f0ed1d3c84f350782b4b704047..e7b3b9978ecafc0d7b321527be9a5a20946c512d 100644 (file)
@@ -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