Bug 577639

Summary: Store derived flag in org.eclipse.core.resources.prefs
Product: [Eclipse Project] Platform Reporter: Christoph Laeubrich <laeubi>
Component: ResourcesAssignee: Platform-Resources-Inbox <platform-resources-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: Lars.Vogel
Version: 4.22   
Target Milestone: ---   
Hardware: All   
OS: All   
See Also: https://bugs.eclipse.org/bugs/show_bug.cgi?id=301821
Whiteboard:

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