Replace org.apache.log4j package import by bundle dependency
commitc4f9269f4c6e9a14e2150975afc71e3dd37a0b3e
authorMatthias Sohn <matthias.sohn@sap.com>
Mon, 10 May 2010 19:45:12 +0000 (10 21:45 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Mon, 10 May 2010 19:45:12 +0000 (10 21:45 +0200)
treee29dcd78f0e8308ebebb3aaddc5bebddda81a04e
parenta390378933eabfc3e4dcbe76e623cdde43995ff1
Replace org.apache.log4j package import by bundle dependency

Tycho picks some org.slf4j bundles to satisfy our package dependency
to org.apache.log4j needed to run swtbot tests. This caused a
NoClassDefFoundError due to some additional dependencies slf4j has.
Switching to a bundle dependency fixes this problem.

Change-Id: Ib9e70312bcdd591ec874cea0d10140300446cf93
Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
org.eclipse.egit.ui.test/META-INF/MANIFEST.MF