mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
Fix Launcher version update
This commit is contained in:
parent
c3bd8a5d1e
commit
6d7c7b6be1
1 changed files with 3 additions and 2 deletions
|
@ -162,13 +162,14 @@ if [ ! -f eclipse/plugins/org.eclipse.cdt.core_${CDTFEAT}.${CDTVER}.jar ]; then
|
|||
unzip ../${CDTNAME}
|
||||
cd ..
|
||||
#java -jar eclipse/startup.jar \
|
||||
java -jar eclipse/plugins/org.eclipse.equinox.launcher_1.0.*.jar \
|
||||
LAUNCHER=`ls eclipse/plugins/org.eclipse.equinox.launcher*.jar | sort | tail -1`
|
||||
java -jar ${LAUNCHER} \
|
||||
-application org.eclipse.update.core.standaloneUpdate \
|
||||
-command install \
|
||||
-from file://${CDTTMP} \
|
||||
-featureId org.eclipse.cdt.platform \
|
||||
-version ${CDTFEAT}.${CDTVER}
|
||||
java -jar eclipse/plugins/org.eclipse.equinox.launcher_1.0.*.jar \
|
||||
java -jar ${LAUNCHER} \
|
||||
-application org.eclipse.update.core.standaloneUpdate \
|
||||
-command install \
|
||||
-from file://${CDTTMP} \
|
||||
|
|
Loading…
Add table
Reference in a new issue