Commit 368feba
committed
Add system property to switch adding transitive dependencies on/off
This change allows users to control whether the transitive dependencies
should be recursively added to the classpath by providing boolean system
property `pde.addTransitiveDependenciesWithForbiddenAccess`.
This allows to mitigate possible functional or performance regressions
of the 89b00be /
#2218 which changed how
PDE resolves classpath for bundle projects.
By default the property is considered to be "true".
See #22441 parent 3b4269f commit 368feba
1 file changed
Lines changed: 6 additions & 1 deletion
File tree
- ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
| |||
274 | 277 | | |
275 | 278 | | |
276 | 279 | | |
277 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
278 | 283 | | |
279 | 284 | | |
280 | 285 | | |
| |||
0 commit comments