mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
[releng] Rev up builder to 3.5m5
This commit is contained in:
parent
7fb4b0367e
commit
b9a5d475f2
1 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ EMFBRANCH=2.5.0
|
|||
EMFREL=S
|
||||
EMFDATE=200902031500
|
||||
EMFVER=2.5.0M5
|
||||
if [ ! -f ${DROPIN}/eclipse/plugins/org.eclipse.emf.doc_${EMFVER}.v${EMFDATE}.jar ]; then
|
||||
if [ ! -f ${DROPIN}/eclipse/plugins/org.eclipse.emf.doc_${EMFBRANCH}.v${EMFDATE}.jar ]; then
|
||||
# Need EMF 2.4 SDK for Service Discovery ISV Docs Backlinks
|
||||
echo "Getting EMF SDK..."
|
||||
cd ${DROPIN}
|
||||
|
@ -147,7 +147,7 @@ CDTFEAT=5.1.0
|
|||
CDTVER=200902031437
|
||||
CDTNAME=cdt-master-${CDTREL}-I${CDTVER}.zip
|
||||
CDTLOC=builds/${CDTREL}/I.I${CDTVER}/${CDTNAME}
|
||||
if [ ! -f eclipse/plugins/org.eclipse.cdt.core_${CDTREL}.${CDTVER}.jar ]; then
|
||||
if [ ! -f eclipse/plugins/org.eclipse.cdt.core_${CDTFEAT}.${CDTVER}.jar ]; then
|
||||
echo "Getting CDT Runtime..."
|
||||
wget "http://download.eclipse.org/tools/cdt/${CDTLOC}"
|
||||
CDTTMP=`pwd`/tmp.$$
|
||||
|
|
Loading…
Add table
Reference in a new issue