mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-20 06:35:50 +02:00
Fix Launcher version update
This commit is contained in:
parent
6d7c7b6be1
commit
027951193f
1 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ if [ ! -f eclipse/plugins/org.eclipse.cdt.core_${CDTFEAT}.${CDTVER}.jar ]; then
|
||||||
unzip ../${CDTNAME}
|
unzip ../${CDTNAME}
|
||||||
cd ..
|
cd ..
|
||||||
#java -jar eclipse/startup.jar \
|
#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} \
|
java -jar ${LAUNCHER} \
|
||||||
-application org.eclipse.update.core.standaloneUpdate \
|
-application org.eclipse.update.core.standaloneUpdate \
|
||||||
-command install \
|
-command install \
|
||||||
|
@ -198,7 +198,7 @@ if [ ! -f org.eclipse.releng.basebuilder/startup.jar ]; then
|
||||||
if [ -h ../startup.jar ]; then
|
if [ -h ../startup.jar ]; then
|
||||||
rm ../startup.jar
|
rm ../startup.jar
|
||||||
fi
|
fi
|
||||||
LAUNCHER=`ls org.eclipse.equinox.launcher*.jar | sort | tail -1`
|
LAUNCHER=`ls org.eclipse.equinox.launcher_*.jar | sort | tail -1`
|
||||||
if [ "${LAUNCHER}" != "" ]; then
|
if [ "${LAUNCHER}" != "" ]; then
|
||||||
echo "basebuilder: LAUNCHER=${LAUNCHER}"
|
echo "basebuilder: LAUNCHER=${LAUNCHER}"
|
||||||
ln -s plugins/${LAUNCHER} ../startup.jar
|
ln -s plugins/${LAUNCHER} ../startup.jar
|
||||||
|
|
Loading…
Add table
Reference in a new issue