Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2010-02-02 21:34:33 +0000
committerAndrew Niefer2010-02-02 21:34:33 +0000
commite89694fbf003f1d410415fb5696e8682a50a1ecb (patch)
tree4d48499d6157449024b1b37ba9839da624eb37f6 /releng
parentcbf271a45e84801f8a55860384c9a1b3d8ede169 (diff)
downloadrt.equinox.framework-e89694fbf003f1d410415fb5696e8682a50a1ecb.tar.gz
rt.equinox.framework-e89694fbf003f1d410415fb5696e8682a50a1ecb.tar.xz
rt.equinox.framework-e89694fbf003f1d410415fb5696e8682a50a1ecb.zip
building with ssh keys
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index db713860a..20e4600a5 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -235,7 +235,7 @@
<arg line="${sshUser} ${machine}" />
<arg line="sh ${workspace}/remote.sh" />
<arg line="${javaArg}" />
- <arg line="-Dos=${os} -Dws=${ws} -Darch=${arch}" />
+ <arg line="-Dos=${os} -Dws=${ws} -Darch=${arch} -DcvsLogin=${cvsLogin}" />
<arg value="-DresultsBaseFolder=${resultsBaseFolder}" />
</exec>
</target>

Back to the top