Skip to content

Commit fb9beea

Browse files
authored
Merge branch 'eclipse-platform:master' into master
2 parents 6241f3c + 034735e commit fb9beea

16 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/workflows/publishVersionCheckResults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
pull_number: prNumber,
119119
...context.repo
120120
})
121-
const applyChangeMessagePart = pr.data.maintainer_can_modify
121+
const applyChangeMessagePart = pr.data.maintainer_can_modify || pr.data.base.repo.full_name == pr.data.head.repo.full_name
122122
? "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_."
123123
: "> [!WARNING]\n> :construction: **This PR cannot be modified by maintainers** because edits are disabled or it is created from an organization repository. To obtain the required changes apply the _git patch_ manually as an additional commit."
124124
const commentBody = `

JenkinsJobs/Releng/prepareNextDevCycle.jenkinsfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,13 +114,17 @@ pipeline {
114114
"STREAM=\"${PREVIOUS_RELEASE_VERSION}.0\"" : "STREAM=\"${NEXT_RELEASE_VERSION}.0\"",
115115
"STREAMMajor=\"${PREVIOUS_RELEASE_VERSION_MAJOR}\"" : "STREAMMajor=\"${NEXT_RELEASE_VERSION_MAJOR}\"",
116116
"STREAMMinor=\"${PREVIOUS_RELEASE_VERSION_MINOR}\"" : "STREAMMinor=\"${NEXT_RELEASE_VERSION_MINOR}\"",
117+
"ECLIPSE_RUN_REPO=\"https://download.eclipse.org/eclipse/updates/${PREVIOUS_RELEASE_VERSION}-I-builds/\"" : "ECLIPSE_RUN_REPO=\"https://download.eclipse.org/eclipse/updates/${NEXT_RELEASE_VERSION}-I-builds/\"",
117118
])
118119
replaceInFile('eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/platform.p2.inf', [
119120
"${PREVIOUS_RELEASE_VERSION} Release" : "${NEXT_RELEASE_VERSION} Release",
120121
])
121122
replaceInFile('eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/sdk.p2.inf', [
122123
"${PREVIOUS_RELEASE_VERSION} Release" : "${NEXT_RELEASE_VERSION} Release",
123124
])
125+
replaceInFile('eclipse.platform.releng/features/org.eclipse.platform-feature/rootfiles/.eclipseproduct', [
126+
"version=${PREVIOUS_RELEASE_VERSION}.0" : "version=${NEXT_RELEASE_VERSION}.0",
127+
])
124128
replaceInFile('production/testScripts/configuration/streamSpecific.properties', [
125129
"for ${PREVIOUS_RELEASE_VERSION}.0 builds" : "for ${NEXT_RELEASE_VERSION}.0 builds",
126130
])

eclipse.platform

Submodule eclipse.platform updated 109 files

eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@
3939
</location>
4040

4141
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
42-
<unit id="org.eclipse.emf.common" version="2.42.0.v20250401-0947"/>
42+
<unit id="org.eclipse.emf.common" version="2.43.0.v20250629-1403"/>
4343
<unit id="org.eclipse.emf.ecore" version="2.39.0.v20250401-0947"/>
4444
<unit id="org.eclipse.emf.ecore.change" version="2.17.0.v20240604-0832"/>
4545
<unit id="org.eclipse.emf.ecore.xmi" version="2.39.0.v20250414-1351"/>
4646
<unit id="org.eclipse.emf.edit" version="2.23.0.v20250330-0741"/>
4747
<unit id="org.eclipse.emf.databinding" version="1.9.0.v20240604-0832"/>
4848
<unit id="org.eclipse.emf.databinding.edit" version="1.10.0.v20240604-0832"/>
49-
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.42.0"/>
49+
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202506291444"/>
5050
</location>
5151

5252
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/category.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<feature id="org.eclipse.swt.tools.feature" version="0.0.0"/>
1111
<feature id="org.eclipse.equinox.executable" version="0.0.0"/>
1212
<feature id="org.eclipse.sdk" version="0.0.0"/>
13-
<feature id="org.eclipse.e4.core.tools.feature.source" version="0.0.0"/>
13+
<feature id="org.eclipse.e4.core.tools.feature" version="0.0.0"/>
1414
<feature id="org.eclipse.e4.tools.persistence.feature" version="0.0.0"/>
1515
<feature id="org.eclipse.pde.unittest.junit" version="0.0.0"/>
1616
<feature id="org.eclipse.tips.feature" version="0.0.0"/>

eclipse.platform.releng.tychoeclipsebuilder/eclipse.platform.repository/sdk.product

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,11 +182,8 @@ United States, other countries, or both.
182182
<features>
183183
<feature id="org.eclipse.sdk"/>
184184
<feature id="org.eclipse.equinox.p2.user.ui"/>
185-
<feature id="org.eclipse.equinox.p2.user.ui.source"/>
186185
<feature id="org.eclipse.e4.core.tools.feature" installMode="root"/>
187-
<feature id="org.eclipse.e4.core.tools.feature.source" installMode="root"/>
188186
<feature id="org.eclipse.tips.feature" installMode="root"/>
189-
<feature id="org.eclipse.tips.feature.source" installMode="root"/>
190187
</features>
191188

192189
<configurations>

0 commit comments

Comments
 (0)