Restore natures and buildspec for project descriptions#2033
Restore natures and buildspec for project descriptions#2033laeubi merged 2 commits intoeclipse-platform:masterfrom
Conversation
...undles/org.eclipse.core.resources/src/org/eclipse/core/internal/resources/LocalMetaArea.java
Outdated
Show resolved
Hide resolved
2ec028f to
1ea1ffe
Compare
Currently a private project description does not store natures and builder, but these are mostly important these days. This now also stores natures and builder specs.
1ea1ffe to
03118b6
Compare
|
This pull request changes some projects for the first time in this development cycle. An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patchFurther information are available in Common Build Issues - Missing version increments. |
|
Is this easily compatible with a pre-3.23 workspace? I see but when opening an older workspace, one wouldn't get the expected int from |
The code works to read as much as possible and stops on the first error (that was the case before). So an old Eclipse will simply ignore additional bytes, and old project specs will be read without the missing information. |
|
Ack, thanks. |
Currently a private project description does not store natures and builder, but these are mostly important these days.
This now also stores natures and builder specs.