Bug 577639 - Store derived flag in org.eclipse.core.resources.prefs
Summary: Store derived flag in org.eclipse.core.resources.prefs
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 4.22   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-12-06 06:31 EST by Christoph Laeubrich CLA
Modified: 2022-01-12 03:29 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christoph Laeubrich CLA 2021-12-06 06:31:57 EST
For m2eclipse we know certain files are derived but we don't know if the always exits (or will be created at a later point in time).

It would be handy to simply list these in the org.eclipse.core.resources.prefs so they get a derived status later on automatically whenever they are created.

For example if I select UTF-8 encoding for a file I get the following entry in the org.eclipse.core.resources.prefs file:

encoding//target/classes/META-INF/MANIFEST.MF=UTF-8

similar to that I'd like to have an entry like this:
derived//target/classes/META-INF/MANIFEST.MF=true
Comment 1 Lars Vogel CLA 2022-01-12 03:29:11 EST
See also Bug 301821