mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01: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
fd6c953023
commit
864b003806
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