Skip to content

Commit

Permalink
adapted SWTBot tests for slf4j new bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenzoBettini committed Nov 15, 2023
1 parent deee204 commit 2d8e553
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
Expand Up @@ -12,6 +12,7 @@ compilers.p.build.source.library=1
compilers.p.build.src.includes=1
compilers.p.deprecated=1
compilers.p.discouraged-class=1
compilers.p.exec-env-too-low=2
compilers.p.internal=1
compilers.p.missing-packages=2
compilers.p.missing-version-export-package=2
Expand Down
Expand Up @@ -24,7 +24,7 @@ Require-Bundle: org.eclipse.ui,
org.eclipse.emf.parsley.examples.cdo.model,
org.eclipse.emf.parsley.examples.cdo.server,
org.eclipse.swtbot.junit4_x;bundle-version="2.2.1",
org.slf4j.api;bundle-version="1.7.30"
slf4j.api;bundle-version="2.0.7"
Bundle-ActivationPolicy: lazy
Bundle-RequiredExecutionEnvironment: JavaSE-11
Automatic-Module-Name: org.eclipse.emf.parsley.tests.swtbot.cdo
Expand Up @@ -12,6 +12,7 @@ compilers.p.build.source.library=1
compilers.p.build.src.includes=1
compilers.p.deprecated=1
compilers.p.discouraged-class=1
compilers.p.exec-env-too-low=2
compilers.p.internal=1
compilers.p.missing-packages=2
compilers.p.missing-version-export-package=2
Expand Down
Expand Up @@ -27,8 +27,8 @@ Require-Bundle: org.eclipse.swtbot.go;bundle-version="2.3.0",
org.eclipse.emf.parsley.tests.views,
org.eclipse.xtext.ui.testing,
org.eclipse.xtext.testing,
org.slf4j.api;bundle-version="1.7.30",
org.apache.log4j;bundle-version="1.2.19"
org.apache.log4j;bundle-version="1.2.19",
slf4j.api;bundle-version="2.0.7"
Bundle-Activator: org.eclipse.emf.parsley.tests.swtbot.activator.EmfParsleySwtBotTestsActivator
Export-Package: org.eclipse.emf.parsley.tests.swtbot,
org.eclipse.emf.parsley.tests.swtbot.editors,
Expand Down

0 comments on commit 2d8e553

Please sign in to comment.