Skip to content

Commit

Permalink
Avoid product not found warning in SWTBot test
Browse files Browse the repository at this point in the history
!ENTRY org.eclipse.equinox.app 0 0 2023-12-25 20:55:26.713
!MESSAGE Product org.eclipse.platform.ide could not be found.

The plugin containing the product declaration must explicitly be added
to the target platform configuration during execution or as bundle
dependency to the test plugin.
  • Loading branch information
Bananeweizen authored and RoiSoleil committed Dec 27, 2023
1 parent 4caf4d8 commit 2f6c4c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion org.moreunit.swtbot.test/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Require-Bundle: org.eclipse.swtbot.go,
org.moreunit,
org.eclipse.ltk.ui.refactoring,
org.eclipse.jdt.ui,
org.eclipse.ui.ide
org.eclipse.ui.ide,
org.eclipse.platform;bundle-version="4.25.0"
Import-Package: org.eclipse.jdt.ui
Automatic-Module-Name: org.moreunit.swtbot.test

0 comments on commit 2f6c4c9

Please sign in to comment.