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 equinox-launcher fragments handling in AbstractArtifactDependencyWalker #3862

Merged

Commits on May 20, 2024

  1. Remove special handling of equinox-launcher fragments in

    AbstractArtifactDependencyWalker
    
    The AbstractArtifactDependencyWalker is only used to determine the
    build-qualifier of of features, products and repositories and for that
    should only consider what's contained in those assembly-artifacts. It
    therefore should not add any special fragments to the set of considered
    artifacts.
    
    This also helps to simplify the situation for equinox-launcher fragments
    for Mac, where still a special treatment for CARBON API artifacts
    exists, although the  org.eclipse.equinox.launcher.carbon.macosx
    artifact is not supported anymore since 2012 [1].
    
    Required for eclipse-equinox/equinox#622
    
    [1] - https://download.eclipse.org/eclipse/updates/4.2/R-4.2-201206081400
    HannesWell committed May 20, 2024
    Configuration menu
    Copy the full SHA
    3e3c38e View commit details
    Browse the repository at this point in the history