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

Use linked resource instead of filesystem #2658

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 14, 2023

  1. Use linked resource instead of filesystem

    Use linked resources instead of filesystem hack as this one can return
    invalid locations through standard API.
    
    This removes the filesystem bundle, the logic is now moved in
    ProjectManagers
    and a workspace listener takes care of using linked resources for
    metadata.
    
    This also remove the
    InvisibleProjectMetadataTest.testMetadataFileLocation() test because
    creating a new project in Eclipse workspace now enforces creation of a
    .settings/org.eclipse.core.resources.prefs file. Where the metadata for
    the invisible project is stored doesn't matter as the internal project
    is internal and not visible to user anyway.
    mickaelistria committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    633da38 View commit details
    Browse the repository at this point in the history