Skip to main content
summaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2010-02-02 21:35:45 +0000
committerAndrew Niefer2010-02-02 21:35:45 +0000
commit1dde3825c5889065e3ef54d5d1aaec307c3b51c3 (patch)
tree75779354b00644fb30b832995a602533c7b1df08 /releng
parente89694fbf003f1d410415fb5696e8682a50a1ecb (diff)
downloadrt.equinox.framework-1dde3825c5889065e3ef54d5d1aaec307c3b51c3.tar.gz
rt.equinox.framework-1dde3825c5889065e3ef54d5d1aaec307c3b51c3.tar.xz
rt.equinox.framework-1dde3825c5889065e3ef54d5d1aaec307c3b51c3.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 20e4600a5..59f8f5e2b 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -80,7 +80,7 @@
<!-- fetch the source and put it in a folder unique to this platform so we don't interfere with other
compiles if the working folder is shared accross multiple machines -->
<delete dir="${basedir}/${os}.${ws}.${arch}/library" failonerror="false"/>
- <cvs command="export -d ${os}.${ws}.${arch}/library" tag="${cvsTag}" cvsrsh="${cvsRsh}" package="${cvsExecutablePath}/library" cvsRoot="${cvsRoot}" dest="${basedir}" quiet="true" failonerror="true"/>
+ <cvs command="export -d ${os}.${ws}.${arch}/library" tag="${cvsTag}" cvsrsh="${cvsrsh}" package="${cvsExecutablePath}/library" cvsRoot="${cvsRoot}" dest="${basedir}" quiet="true" failonerror="true"/>
</target>
<target name="buildNix" if="buildNix">

Back to the top