Skip to content

Commit bd9cdf3

Browse files
committed
[I/Y-Build] Use new name for previous release Windows product in test
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
1 parent 4388dc9 commit bd9cdf3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

production/testScripts/runTests2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
<get
100100
verbose="${selectiveVerbose}"
101101
src="${previousReleaseLocation}/eclipse-platform-${previousReleaseVersion}-win32-${osgi.arch}.zip"
102-
dest="${platformLocation}/eclipse-platform-${previousReleaseVersion}-win32-${osgi.arch}.zip" />
102+
dest="${platformLocation}/eclipse-platform-${previousReleaseVersion}-win32-win32-${osgi.arch}.zip" />
103103
</target>
104104
<target
105105
name="getlinzips"

0 commit comments

Comments
 (0)