Commit 4d59605
committed
Equinox Framework is required for plugin-test launches
Currently with the new feature to only include what is minimally
required this can lead to the strange situation that the test fails to
startup, if one then adds the org.eclipse.osgi to the bundle list it
works without a problem.
This now adds the "org.eclipse.osgi" as a requirement for plugin-test
launches as it is mandatory anyways.1 parent b5a1589 commit 4d59605
File tree
1 file changed
+6
-2
lines changed- ui/org.eclipse.pde.launching/src/org/eclipse/pde/launching
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| |||
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
112 | | - | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | | - | |
| 118 | + | |
115 | 119 | | |
116 | 120 | | |
117 | 121 | | |
| |||
0 commit comments