Browse Source

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>
stable-4.5
Matthias Sohn 8 years ago committed by Christian Halstrick
parent
commit
c711361612
  1. 3
      org.eclipse.jgit.test/build.properties

3
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

Loading…
Cancel
Save