mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-25 17:23:56 +02:00
[releng] PDE does not properly resolve dependency without extra import
Some changes happened in platform that cause PDE to not resolve properly. Tycho does, so our builds have been ok, but in the dev IDE there has been a problem. https: //github.com/eclipse-equinox/equinox.bundles/issues/58#issuecomment-1156571374 Change-Id: I1fdde377f799ad1d83018c8a70e1acbf810c80bc
This commit is contained in:
parent
2586442c2f
commit
09db0c1167
1 changed files with 2 additions and 1 deletions
|
@ -48,4 +48,5 @@ Import-Package: org.eclipse.core.commands,
|
|||
org.eclipse.ui.navigator,
|
||||
org.eclipse.ui.plugin,
|
||||
org.eclipse.ui.progress,
|
||||
org.osgi.framework
|
||||
org.osgi.framework,
|
||||
org.osgi.service.prefs
|
||||
|
|
Loading…
Add table
Reference in a new issue