File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
org.springframework.boot.ide.product.e425
org.springframework.boot.ide.product.e426
org.springframework.boot.ide.product.e427
org.springframework.boot.ide.product.e428 Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 351351 <taskdef resource =" net/sf/antcontrib/antcontrib.properties" />
352352
353353 <exec executable =" ${project.parent.basedir}/scripts/sign-exe.sh" failonerror =" true" >
354- <env key =" SSH_USER" path =" ${vm-signing.ssh.user}" />
355- <env key =" SSH_KEY" path =" ${vm-signing.ssh.key}" />
354+ <env key =" SSH_USER" value =" ${vm-signing.ssh.user}" />
355+ <env key =" SSH_KEY" value =" ${vm-signing.ssh.key}" />
356356 <arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
357357 <arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
358358 </exec >
Original file line number Diff line number Diff line change 363363 <taskdef resource =" net/sf/antcontrib/antcontrib.properties" />
364364
365365 <exec executable =" ${project.parent.basedir}/scripts/sign-exe.sh" failonerror =" true" >
366- <env key =" SSH_USER" path =" ${vm-signing.ssh.user}" />
367- <env key =" SSH_KEY" path =" ${vm-signing.ssh.key}" />
366+ <env key =" SSH_USER" value =" ${vm-signing.ssh.user}" />
367+ <env key =" SSH_KEY" value =" ${vm-signing.ssh.key}" />
368368 <arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
369369 <arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
370370 </exec >
Original file line number Diff line number Diff line change 363363 <taskdef resource =" net/sf/antcontrib/antcontrib.properties" />
364364
365365 <exec executable =" ${project.parent.basedir}/scripts/sign-exe.sh" failonerror =" true" >
366- <env key =" SSH_USER" path =" ${vm-signing.ssh.user}" />
367- <env key =" SSH_KEY" path =" ${vm-signing.ssh.key}" />
366+ <env key =" SSH_USER" value =" ${vm-signing.ssh.user}" />
367+ <env key =" SSH_KEY" value =" ${vm-signing.ssh.key}" />
368368 <arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
369369 <arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
370370 </exec >
Original file line number Diff line number Diff line change 363363 <taskdef resource =" net/sf/antcontrib/antcontrib.properties" />
364364
365365 <exec executable =" ${project.build.directory}/../../scripts/sign-exe.sh" failonerror =" true" >
366- <env key =" SSH_USER" path =" ${vm-signing.ssh.user}" />
367- <env key =" SSH_KEY" path =" ${vm-signing.ssh.key}" />
366+ <env key =" SSH_USER" value =" ${vm-signing.ssh.user}" />
367+ <env key =" SSH_KEY" value =" ${vm-signing.ssh.key}" />
368368 <arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
369369 <arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
370370 </exec >
You can’t perform that action at this time.
0 commit comments