Commit 85d8c94
Add missing dependency for PDE Runtime to PDE Core
PDE Runtime has a transitive dependency to PDE Core via PDE UI. However,
that dependency is optional and some relevant functionality (like the
Plug-in Selection Spy) work without the PDE UI dependency but require
PDE Core. In an installation that contains PDE Core but not PDE UI, the
Plug-in Selection Spy will not work as the PDE Core dependency is not
resolved (as it needs to be resolved transitively via the non present
PDE UI dependency), thus leading to NoClassDefFoundErrors for required
classes from PDE Core.
This change adds the missing dependency.1 parent 2cb040e commit 85d8c94
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
0 commit comments