Author: apodhrad
Date: 2013-01-02 10:17:59 -0500 (Wed, 02 Jan 2013)
New Revision: 44645
Modified:
branches/jbosstools-3.3.x/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF
Log:
JBIDE-13334: LinkageError in bot test after installing slf4j
Modified:
branches/jbosstools-3.3.x/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF
===================================================================
---
branches/jbosstools-3.3.x/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF 2012-12-21
02:23:32 UTC (rev 44644)
+++
branches/jbosstools-3.3.x/tests/plugins/org.jboss.tools.ui.bot.ext/META-INF/MANIFEST.MF 2013-01-02
15:17:59 UTC (rev 44645)
@@ -32,7 +32,6 @@
org.eclipse.swtbot.junit4_x;bundle-version="2.0.0",
org.eclipse.swtbot.swt.finder;bundle-version="2.0.0",
org.hamcrest;bundle-version="1.1.0",
- org.apache.log4j;bundle-version="1.2.13",
org.eclipse.datatools.connectivity;bundle-version="1.1.2",
org.eclipse.datatools.connectivity.db.generic;bundle-version="1.0.1",
org.eclipse.ui.ide;bundle-version="3.5.1",
@@ -55,6 +54,7 @@
org.eclipse.swtbot.forms.finder
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ActivationPolicy: lazy
-Import-Package: org.eclipse.gef,
+Import-Package: org.apache.log4j;version="1.2.13",
+ org.eclipse.gef,
org.jboss.tools.ui.bot.ext.helper
Eclipse-RegisterBuddy: org.apache.log4j