Skip to content

Commit 8bc5307

Browse files
committed
[I/Y-Build] Use new names of Windows products in test resource download
This was missed in - eclipse-platform#3767
1 parent 96c2d38 commit 8bc5307

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

production/testScripts/runTests2.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@
9090
unless="skipInstall">
9191
<get
9292
verbose="${selectiveVerbose}"
93-
src="${archiveLocation}/eclipse-SDK-${buildIdToUse}-win32-${osgi.arch}.zip"
94-
dest="${executionDir}/eclipse-SDK-${buildIdToUse}-win32-${osgi.arch}.zip" />
93+
src="${archiveLocation}/eclipse-SDK-${buildIdToUse}-win32-win32-${osgi.arch}.zip"
94+
dest="${executionDir}/eclipse-SDK-${buildIdToUse}-win32-win32-${osgi.arch}.zip" />
9595
<get
9696
verbose="${selectiveVerbose}"
97-
src="${archiveLocation}/eclipse-platform-${buildIdToUse}-win32-${osgi.arch}.zip"
98-
dest="${executionDir}/eclipse-platform-${buildIdToUse}-win32-${osgi.arch}.zip" />
97+
src="${archiveLocation}/eclipse-platform-${buildIdToUse}-win32-win32-${osgi.arch}.zip"
98+
dest="${executionDir}/eclipse-platform-${buildIdToUse}-win32-win32-${osgi.arch}.zip" />
9999
<get
100100
verbose="${selectiveVerbose}"
101101
src="${previousReleaseLocation}/eclipse-platform-${previousReleaseVersion}-win32-${osgi.arch}.zip"

0 commit comments

Comments
 (0)