Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorSilenio Quarti2013-07-24 18:44:51 +0000
committerSilenio Quarti2013-07-24 18:44:51 +0000
commite62094e926fba0373c094fb7cba25907ece641b2 (patch)
treec38fac6cb05f42b65eda66ceba9f401f8b1e993a /releng
parent612935aa8473ac683a9f579527b51841bfa40dbe (diff)
downloadrt.equinox.framework-e62094e926fba0373c094fb7cba25907ece641b2.tar.gz
rt.equinox.framework-e62094e926fba0373c094fb7cba25907ece641b2.tar.xz
rt.equinox.framework-e62094e926fba0373c094fb7cba25907ece641b2.zip
releng - fix launcher windows remote build again
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index a8e82709e..52d402ce7 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -174,11 +174,11 @@
</or>
</condition>
<condition property="build_cmd" value="unix2dos *; if cmd /c build.bat" else="if sh build.sh">
- <equals arg1="${swt.os}" arg2="win32"/>
+ <equals arg1="${os}" arg2="win32"/>
</condition>
<condition property="exit_cmd" value="exit;" else="">
<or>
- <equals arg1="${swt.os}" arg2="win32"/>
+ <equals arg1="${os}" arg2="win32"/>
</or>
</condition>
<sshexec host="${machine}"

Back to the top