From 027951193f741966046e62187f8ee9681be9d3a5 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Sun, 28 Feb 2010 22:40:50 +0000 Subject: [PATCH] Fix Launcher version update --- releng/org.eclipse.rse.build/setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releng/org.eclipse.rse.build/setup.sh b/releng/org.eclipse.rse.build/setup.sh index 1c7f8039086..b7e4b27a845 100755 --- a/releng/org.eclipse.rse.build/setup.sh +++ b/releng/org.eclipse.rse.build/setup.sh @@ -162,7 +162,7 @@ if [ ! -f eclipse/plugins/org.eclipse.cdt.core_${CDTFEAT}.${CDTVER}.jar ]; then unzip ../${CDTNAME} cd .. #java -jar eclipse/startup.jar \ - LAUNCHER=`ls eclipse/plugins/org.eclipse.equinox.launcher*.jar | sort | tail -1` + LAUNCHER=`ls eclipse/plugins/org.eclipse.equinox.launcher_*.jar | sort | tail -1` java -jar ${LAUNCHER} \ -application org.eclipse.update.core.standaloneUpdate \ -command install \ @@ -198,7 +198,7 @@ if [ ! -f org.eclipse.releng.basebuilder/startup.jar ]; then if [ -h ../startup.jar ]; then rm ../startup.jar fi - LAUNCHER=`ls org.eclipse.equinox.launcher*.jar | sort | tail -1` + LAUNCHER=`ls org.eclipse.equinox.launcher_*.jar | sort | tail -1` if [ "${LAUNCHER}" != "" ]; then echo "basebuilder: LAUNCHER=${LAUNCHER}" ln -s plugins/${LAUNCHER} ../startup.jar