Skip to content

Commit 9812ea6

Browse files
committed
[RelEng] Fix name of p2.inf files for products in preparation pipeline
This was incorrectly changed in #3480
1 parent 7fe535c commit 9812ea6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

JenkinsJobs/Releng/prepareNextDevCycle.jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ pipeline {
160160
"ECLIPSE_RUN_REPO=\".*\"" : "ECLIPSE_RUN_REPO=\"https://download.eclipse.org/eclipse/updates/${NEXT_RELEASE_VERSION}-I-builds/\"",
161161
"NEXT_JAVA_RELEASE_DATE=\".*\"" : "NEXT_JAVA_RELEASE_DATE=\"${NEXT_JAVA_RELEASE_DATE}\"",
162162
])
163-
replaceInFile('products/eclipse-platform/p2.inf', [
163+
replaceInFile('products/eclipse-platform/platform.p2.inf', [
164164
"${PREVIOUS_RELEASE_VERSION} Release" : "${NEXT_RELEASE_VERSION} Release",
165165
])
166-
replaceInFile('products/eclipse-sdk/p2.inf', [
166+
replaceInFile('products/eclipse-sdk/sdk.p2.inf', [
167167
"${PREVIOUS_RELEASE_VERSION} Release" : "${NEXT_RELEASE_VERSION} Release",
168168
])
169169
replaceInFile('eclipse.platform.releng/features/org.eclipse.platform-feature/rootfiles/.eclipseproduct', [

0 commit comments

Comments
 (0)