Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove transitively included o.e.osgi.util from o.e.platform feature #28

Merged
merged 1 commit into from
Apr 21, 2022
Merged

Remove transitively included o.e.osgi.util from o.e.platform feature #28

merged 1 commit into from
Apr 21, 2022

Conversation

HannesWell
Copy link
Member

The plug-in org.eclipse.osgi.util is already included in org.eclipse.e4.rcp and therefore transitively in the org.eclipse.platform feature via org.eclipse.rcp.

Tycho/P2 considers transitive inclusion already for a long time and with the latest changes in 4.23 and 4.24 PDE supports it as well when launching applications/products and I think even with older versions product launches should work as well because PDE 'manually' included transitively included plugin to the launch. So this can be removed to reduce the maintenance effort (e.g. as a consequence of eclipse-equinox/equinox.framework#41).

@merks Do you agree that this is okay?

@akurtakov
Copy link
Member

Looks good to me.

@merks
Copy link
Contributor

merks commented Apr 21, 2022

@HannesWell

Yes there is no need to directly include a bundle in a feature when that bundle is directly included by a transitively included feature.

Thanks for investigating this with such diligence!

@HannesWell
Copy link
Member Author

HannesWell commented Apr 21, 2022

Great!

Thanks for investigating this with such diligence!

You are welcome. :)

By the way, the sources of org.eclipse.osgi.util.source are still transitively included in org.eclipse.platform.source via the corresponding chain of source features.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants