mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-14 20:45:22 +02:00
[releng] Rev up builder to 3.5m5
This commit is contained in:
parent
08de03817a
commit
7fb4b0367e
1 changed files with 3 additions and 2 deletions
|
@ -143,6 +143,7 @@ fi
|
||||||
#CDTNAME=cdt-master-5.0.0.zip
|
#CDTNAME=cdt-master-5.0.0.zip
|
||||||
#CDTLOC=releases/ganymede/dist/${CDTNAME}
|
#CDTLOC=releases/ganymede/dist/${CDTNAME}
|
||||||
CDTREL=6.0.0
|
CDTREL=6.0.0
|
||||||
|
CDTFEAT=5.1.0
|
||||||
CDTVER=200902031437
|
CDTVER=200902031437
|
||||||
CDTNAME=cdt-master-${CDTREL}-I${CDTVER}.zip
|
CDTNAME=cdt-master-${CDTREL}-I${CDTVER}.zip
|
||||||
CDTLOC=builds/${CDTREL}/I.I${CDTVER}/${CDTNAME}
|
CDTLOC=builds/${CDTREL}/I.I${CDTVER}/${CDTNAME}
|
||||||
|
@ -160,13 +161,13 @@ if [ ! -f eclipse/plugins/org.eclipse.cdt.core_${CDTREL}.${CDTVER}.jar ]; then
|
||||||
-command install \
|
-command install \
|
||||||
-from file://${CDTTMP} \
|
-from file://${CDTTMP} \
|
||||||
-featureId org.eclipse.cdt.platform \
|
-featureId org.eclipse.cdt.platform \
|
||||||
-version ${CDTREL}.${CDTVER}
|
-version ${CDTFEAT}.${CDTVER}
|
||||||
java -jar eclipse/plugins/org.eclipse.equinox.launcher_1.0.*.jar \
|
java -jar eclipse/plugins/org.eclipse.equinox.launcher_1.0.*.jar \
|
||||||
-application org.eclipse.update.core.standaloneUpdate \
|
-application org.eclipse.update.core.standaloneUpdate \
|
||||||
-command install \
|
-command install \
|
||||||
-from file://${CDTTMP} \
|
-from file://${CDTTMP} \
|
||||||
-featureId org.eclipse.cdt \
|
-featureId org.eclipse.cdt \
|
||||||
-version ${CDTREL}.${CDTVER}
|
-version ${CDTFEAT}.${CDTVER}
|
||||||
rm -rf ${CDTTMP}
|
rm -rf ${CDTTMP}
|
||||||
rm ${CDTNAME}
|
rm ${CDTNAME}
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Add table
Reference in a new issue