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 351
351
<taskdef resource =" net/sf/antcontrib/antcontrib.properties" />
352
352
353
353
<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}" />
356
356
<arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
357
357
<arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
358
358
</exec >
Original file line number Diff line number Diff line change 363
363
<taskdef resource =" net/sf/antcontrib/antcontrib.properties" />
364
364
365
365
<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}" />
368
368
<arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
369
369
<arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
370
370
</exec >
Original file line number Diff line number Diff line change 363
363
<taskdef resource =" net/sf/antcontrib/antcontrib.properties" />
364
364
365
365
<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}" />
368
368
<arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
369
369
<arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
370
370
</exec >
Original file line number Diff line number Diff line change 363
363
<taskdef resource =" net/sf/antcontrib/antcontrib.properties" />
364
364
365
365
<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}" />
368
368
<arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
369
369
<arg value =" ${project.build.directory}/products/org.springframework.boot.ide.branding.sts4/win32/win32/x86_64/sts-${unqualifiedVersion}.${p2.qualifier}/SpringToolSuite4.exe" />
370
370
</exec >
You can’t perform that action at this time.
0 commit comments