Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2010-06-17 18:49:15 +0000
committerAndrew Niefer2010-06-17 18:49:15 +0000
commit673afae50b5c55e4d796043491a0ab31a6515a70 (patch)
treeee6bbf96142f2ccbe49e7ddd301da5a4bf0e4e6b /releng
parent2ee362c4d4826cd103503c26d2750566141732e4 (diff)
downloadrt.equinox.framework-673afae50b5c55e4d796043491a0ab31a6515a70.tar.gz
rt.equinox.framework-673afae50b5c55e4d796043491a0ab31a6515a70.tar.xz
rt.equinox.framework-673afae50b5c55e4d796043491a0ab31a6515a70.zip
pass cvsTag for building branchesv20101119_1738
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 506bb882c..28d06a607 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -234,7 +234,7 @@
<arg line="${sshUser} ${machine}" />
<arg line="sh ${workspace}/remote.sh" />
<arg line="${javaArg}" />
- <arg line="-Dos=${os} -Dws=${ws} -Darch=${arch} -DcvsLogin=${cvsLogin}" />
+ <arg line="-Dos=${os} -Dws=${ws} -Darch=${arch} -DcvsLogin=${cvsLogin} -DcvsTag=${cvsTag}" />
<arg value="-DresultsBaseFolder=${resultsBaseFolder}" />
</exec>
</target>

Back to the top