Skip to content

Commit 7896f2b

Browse files
committed
SWTBot 4.0.0 switched to SLF4J
Adjust accordingly.
1 parent f6b8dc3 commit 7896f2b

File tree

4 files changed

+7
-6
lines changed
  • changelog/org.eclipse.linuxtools.changelog.ui.tests/META-INF
  • containers/org.eclipse.linuxtools.docker.ui.tests/META-INF
  • perf/org.eclipse.linuxtools.perf.swtbot.tests/META-INF
  • profiling/org.eclipse.linuxtools.profiling.provider.tests/META-INF

4 files changed

+7
-6
lines changed

changelog/org.eclipse.linuxtools.changelog.ui.tests/META-INF/MANIFEST.MF

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Bundle-Name: Eclipse Linuxtools ChangeLog UI SWTBot tests
44
Bundle-SymbolicName: org.eclipse.linuxtools.changelog.ui.tests
55
Bundle-Version: 2.7.0.qualifier
66
Bundle-Vendor: Eclipse.org
7-
Require-Bundle: org.eclipse.swtbot.go,
7+
Require-Bundle: org.eclipse.swtbot.go;bundle-version="4.0.0",
8+
org.slf4j.api,
89
org.eclipse.cdt.core
910
Fragment-Host: org.eclipse.linuxtools.changelog.core
1011
Import-Package: org.eclipse.core.resources,

containers/org.eclipse.linuxtools.docker.ui.tests/META-INF/MANIFEST.MF

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Require-Bundle: org.eclipse.linuxtools.docker.ui;bundle-version="1.0.0",
1414
org.eclipse.swtbot.swt.finder;bundle-version="2.3.0",
1515
org.eclipse.swtbot.eclipse.finder;bundle-version="2.3.0",
1616
org.eclipse.ui;bundle-version="3.107.0",
17-
org.apache.log4j;bundle-version="1.2.15",
17+
org.slf4j.api,
1818
org.eclipse.linuxtools.docker.core;bundle-version="1.1.0",
1919
org.eclipse.ui.views.properties.tabbed;bundle-version="3.6.100",
2020
org.eclipse.ui.navigator;bundle-version="3.6.0",

perf/org.eclipse.linuxtools.perf.swtbot.tests/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Bundle-Localization: plugin
1010
Fragment-Host: org.eclipse.linuxtools.perf
1111
Require-Bundle: org.junit,
1212
org.eclipse.linuxtools.profiling.tests,
13-
org.eclipse.swtbot.eclipse.finder,
14-
org.apache.log4j,
13+
org.eclipse.swtbot.eclipse.finder;bundle-version="4.0.0",
14+
org.slf4j.api,
1515
org.hamcrest.core
1616
Import-Package: org.eclipse.swtbot.swt.finder.junit
1717
Automatic-Module-Name: org.eclipse.linuxtools.perf.swtbot.tests

profiling/org.eclipse.linuxtools.profiling.provider.tests/META-INF/MANIFEST.MF

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Fragment-Host: org.eclipse.linuxtools.profiling.launch
88
Require-Bundle: org.junit;bundle-version="4.0.0",
99
org.hamcrest.core,
1010
org.eclipse.linuxtools.profiling.tests,
11-
org.eclipse.swtbot.eclipse.finder;bundle-version="2.0.5",
12-
org.apache.log4j
11+
org.eclipse.swtbot.eclipse.finder;bundle-version="4.0.0",
12+
org.slf4j.api
1313
Bundle-Localization: fragment
1414
Bundle-Vendor: %Bundle-Vendor
1515
Import-Package: org.eclipse.swtbot.swt.finder.junit

0 commit comments

Comments
 (0)