Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2011-06-24 17:33:59 +0000
committerAndrew Niefer2011-06-24 17:33:59 +0000
commit5a21501347299299ac63b63229174d1ac29c6fbc (patch)
treea1f5d3975581878dbfae4ef9ef4c349052164953 /releng
parent6a0acc2115bb75eaa1e5d49c1cb033f4d4aac79d (diff)
downloadrt.equinox.framework-5a21501347299299ac63b63229174d1ac29c6fbc.tar.gz
rt.equinox.framework-5a21501347299299ac63b63229174d1ac29c6fbc.tar.xz
rt.equinox.framework-5a21501347299299ac63b63229174d1ac29c6fbc.zip
Bug 350102 - Update launcher releng scripts to support moving to git
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 8b0df06fd..fba8febc0 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -222,7 +222,7 @@
<antcall target="buildRemote" />
</target>
- <target name="stageBinaries" >
+ <target name="stageBinaries" depends="initProperties">
<property name="staging" value="${basedir}/staging" />
<cvs command="export -d org.eclipse.equinox.executable.binaries" tag="${cvsTag}" cvsrsh="${cvsrsh}" package="${cvsExecutableBinariesPath}" cvsRoot="${cvsRoot}" dest="${staging}" quiet="true" failonerror="true"/>

Back to the top