Commit 9829d26
committed
Added missing requirement to org.eclipse.equinox.launcher in test bundle
Launching org.eclipse.pde.junit.runtime.tests.JUnitRuntimeTests from Eclipse results in the following exception:
org.eclipse.core.runtime.CoreException: Launching failed. Bootstrap code cannot be found.
Adding org.eclipse.equinox.launcher to the required bundles of org.eclipse.pde.junit.runtime.tests avoids this error.
Fixes: #20241 parent b00ef59 commit 9829d26
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments