[I/Y-Build] Unify and streamline build and naming of products#3767
Merged
HannesWell merged 1 commit intoApr 16, 2026
Merged
Conversation
8b265b8 to
bd8453d
Compare
Member
Author
In fact that particular change is already necessary now. |
Build OSGi Starter Kit for all supported platforms. Unify names of Eclipse products built for Windows.
bd8453d to
09bb57d
Compare
HannesWell
added a commit
to HannesWell/eclipse.platform.releng.aggregator
that referenced
this pull request
Apr 17, 2026
HannesWell
added a commit
to HannesWell/eclipse.platform.releng.aggregator
that referenced
this pull request
Apr 18, 2026
This was missed in - eclipse-platform#3767
HannesWell
added a commit
to HannesWell/eclipse.platform.releng.aggregator
that referenced
this pull request
Apr 18, 2026
The new naming schema is expected for all products. Therefore the previous release platform product has to use the new schema locally too, even if it's not named like that at the download page. This was missed in - eclipse-platform#3767
HannesWell
added a commit
that referenced
this pull request
Apr 18, 2026
The new naming schema is expected for all products. Therefore the previous release platform product has to use the new schema locally too, even if it's not named like that at the download page. This was missed in - #3767
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Build OSGi Starter Kit for all supported platforms.
FYI @tjwatson and @laeubi (but I assume almost nobody really cares).
Unify names of Eclipse products built for Windows, i.e. use the same
<ws>-<os>-<arch>naming schema like for Linux and macOS, even thoughwsandossegments are the same.I assume nobody really cares about the exact names either (except that existing scripts would not require special handling for Windows anymore).
We just have to adjust the api-tools generation after next release at
eclipse.platform.releng.aggregator/eclipse-platform-parent/pom.xml
Lines 557 to 559 in 8210d25
eclipse.platform.releng.aggregator/eclipse.platform.releng.tychoeclipsebuilder/eclipse/buildScripts/api-tools-builder.xml
Line 187 in 8210d25
if it's then still using the Eclipse SDK product for Windows only (I hope not).