Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2011-06-24 17:41:12 +0000
committerAndrew Niefer2011-06-24 17:41:12 +0000
commitb48dcc2bfc354a2a1332ca0651a65fe0dfe0630d (patch)
tree7d8504aaef25e9c0132d3b028b15ef33d46b70c7 /releng
parent5a21501347299299ac63b63229174d1ac29c6fbc (diff)
downloadrt.equinox.framework-b48dcc2bfc354a2a1332ca0651a65fe0dfe0630d.tar.gz
rt.equinox.framework-b48dcc2bfc354a2a1332ca0651a65fe0dfe0630d.tar.xz
rt.equinox.framework-b48dcc2bfc354a2a1332ca0651a65fe0dfe0630d.zip
Bug 350102 - fix typo
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 fba8febc0..20e412d5c 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -225,8 +225,8 @@
<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"/>
- <cvs command="export -d org.eclipse.equinox.launcher.binaries" tag="${cvsTag}" cvsrsh="${cvsrsh}" package="${cvsLauncherBinariesPath}" cvsRoot="${cvsRoot}" dest="${staging}" quiet="true" failonerror="true"/>
+ <cvs command="export -d org.eclipse.equinox.executable.binaries" tag="${cvsTag}" cvsrsh="${cvsrsh}" package="${cvsExecutableBinaries}" cvsRoot="${cvsRoot}" dest="${staging}" quiet="true" failonerror="true"/>
+ <cvs command="export -d org.eclipse.equinox.launcher.binaries" tag="${cvsTag}" cvsrsh="${cvsrsh}" package="${cvsLauncherBinaries}" cvsRoot="${cvsRoot}" dest="${staging}" quiet="true" failonerror="true"/>
<SCP dir="${staging}" flag="r" source="${resultsBaseFolder}/org.eclipse.equinox.executable/bin/*" destination="org.eclipse.equinox.executable.binaries" />
<SCP dir="${staging}" flag="r" source="${resultsBaseFolder}/org.eclipse.equinox.executable/contributed/*" destination="org.eclipse.equinox.executable.binaries" />

Back to the top