Bug 582227- Feature SWTBot JUnit5 Support fails to install

Beginning with 2022_09, these bundles are no longer available in a
standard Eclipse installation:

- org.junit.platform.commons
- org.junit.platform.engine
- org.junit.platform.launcher

Replacing them with their newer MavenCentral
equivalents would break compatibility with older Eclipse versions (those
earlier than 2022_09):

- junit-platform-commons
- junit-platform-launcher
- junit-platform-engine

Therefore, this patch removes them altogether, as the needed
dependencies are also set in the bundle manifest using a Import-Package
directive.

Change-Id: I7cdcd0edc7460dbd5467d6b07c2ebd16988c39fc
1 file changed
tree: ee029c14d599d93fa75ee10afa77f64538c02d3a
  1. .settings/
  2. artwork/
  3. devtools/
  4. examples/
  5. org.eclipse.swt.examples/
  6. org.eclipse.swtbot/
  7. org.eclipse.swtbot.ant.junit/
  8. org.eclipse.swtbot.e4.finder/
  9. org.eclipse.swtbot.e4.finder.test/
  10. org.eclipse.swtbot.eclipse/
  11. org.eclipse.swtbot.eclipse.core/
  12. org.eclipse.swtbot.eclipse.dsl/
  13. org.eclipse.swtbot.eclipse.finder/
  14. org.eclipse.swtbot.eclipse.finder.test/
  15. org.eclipse.swtbot.eclipse.gef/
  16. org.eclipse.swtbot.eclipse.gef.finder/
  17. org.eclipse.swtbot.eclipse.junit.headless/
  18. org.eclipse.swtbot.eclipse.junit5.headless/
  19. org.eclipse.swtbot.eclipse.spy/
  20. org.eclipse.swtbot.eclipse.test.junit/
  21. org.eclipse.swtbot.eclipse.test.junit4/
  22. org.eclipse.swtbot.eclipse.ui/
  23. org.eclipse.swtbot.eclipse.ui.test/
  24. org.eclipse.swtbot.forms/
  25. org.eclipse.swtbot.forms.finder/
  26. org.eclipse.swtbot.forms.finder.test/
  27. org.eclipse.swtbot.generator/
  28. org.eclipse.swtbot.generator.client/
  29. org.eclipse.swtbot.generator.feature/
  30. org.eclipse.swtbot.generator.jdt/
  31. org.eclipse.swtbot.generator.jdt.test/
  32. org.eclipse.swtbot.generator.rules.workbench/
  33. org.eclipse.swtbot.generator.test/
  34. org.eclipse.swtbot.generator.ui/
  35. org.eclipse.swtbot.go/
  36. org.eclipse.swtbot.ide/
  37. org.eclipse.swtbot.junit4_x/
  38. org.eclipse.swtbot.junit5/
  39. org.eclipse.swtbot.junit5_x/
  40. org.eclipse.swtbot.nebula.checkboxgroup/
  41. org.eclipse.swtbot.nebula.checkboxgroup.finder/
  42. org.eclipse.swtbot.nebula.checkboxgroup.finder.test/
  43. org.eclipse.swtbot.nebula.gallery/
  44. org.eclipse.swtbot.nebula.gallery.finder/
  45. org.eclipse.swtbot.nebula.gallery.finder.test/
  46. org.eclipse.swtbot.nebula.nattable/
  47. org.eclipse.swtbot.nebula.nattable.finder/
  48. org.eclipse.swtbot.nebula.nattable.finder.test/
  49. org.eclipse.swtbot.nebula.rangeslider/
  50. org.eclipse.swtbot.nebula.rangeslider.finder/
  51. org.eclipse.swtbot.nebula.rangeslider.finder.test/
  52. org.eclipse.swtbot.nebula.stepbar/
  53. org.eclipse.swtbot.nebula.stepbar.finder/
  54. org.eclipse.swtbot.nebula.stepbar.finder.test/
  55. org.eclipse.swtbot.releng/
  56. org.eclipse.swtbot.swt.demo/
  57. org.eclipse.swtbot.swt.finder/
  58. org.eclipse.swtbot.swt.finder.test/
  59. org.eclipse.swtbot.swt.finder.test.keyboards/
  60. org.eclipse.swtbot.test/
  61. org.eclipse.swtbot.updatesite/
  62. org.eclipse.ui.forms.examples/
  63. .git-svn-authors
  64. .gitignore
  65. .project
  66. CODE_OF_CONDUCT.md
  67. CONTRIBUTING.md
  68. LICENSE
  69. NOTICE.md
  70. pom.xml
  71. README.md
README.md

SWTBot

SWTBot is a Java API that interacts with SWT by using high-level operations. It is generally use to write UI tests efficiently since the grain of the API is the same grain as UI operation. It makes easier to transform a user scenario to an automated tests.

Documentation & links

http://wiki.eclipse.org/SWTBot

Contributing

GitHub tracker and pull requests are currently not supported by the contribution process.

Please read http://wiki.eclipse.org/SWTBot/Contributing to know how to interact well with the community. For further questions about contributing to SWTBot, please send a mail to swtbot-dev@eclipse.org .