You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar to the unpublished (and maybe soon removed Plugin) o.e.core.tools the PDE Bundle Spy should provide information about dependencies between bundles, their required bundles, imported-packages and required capabilities together etc. with the provider).
Similar to the unpublished (and maybe soon removed Plugin) o.e.core.tools the PDE Bundle Spy should provide information about dependencies between bundles, their required bundles, imported-packages and required capabilities together etc. with the provider).
eclipse-platform/eclipse.platform#787 gives an impression how this could be done, but the details of course can vary.
The Apache Felix Gogo shell (aka.
Host OSGi console
) shipped with Eclipse also provides such information already:Find out the bundle-id using the
lb
command.Required Bundles:
Required Packages
other namespaces are of course also possible.
The text was updated successfully, but these errors were encountered: