mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
[releng] build against Juno RC1
This commit is contained in:
parent
c48b709a6a
commit
2d3432a7ef
1 changed files with 10 additions and 10 deletions
|
@ -145,18 +145,18 @@ if [ ! -f ${DROPIN}/org.sonatype.tycho.p2.updatesite_0.9.0.201005191712.jar ]; t
|
|||
fi
|
||||
|
||||
# CDT Runtime
|
||||
CDTREL=8.1.0
|
||||
CDTFEAT=8.1.0
|
||||
CDTVER=201205221655
|
||||
#CDTREL=8.0.1
|
||||
#CDTFEAT=8.0.0
|
||||
#CDTVER=201109151620
|
||||
#CDTREL=8.1.0
|
||||
#CDTFEAT=8.1.0
|
||||
#CDTVER=201205221655
|
||||
CDTREL=8.0.1
|
||||
CDTFEAT=8.0.0
|
||||
CDTVER=201109151620
|
||||
#CDTNAME=cdt-master-${CDTREL}-I${CDTVER}.zip
|
||||
#CDTLOC=builds/${CDTREL}/I.I${CDTVER}/${CDTNAME}
|
||||
#CDTNAME=cdt-master-${CDTREL}.zip
|
||||
#CDTLOC=releases/indigo/dist/${CDTNAME}
|
||||
CDTNAME=org.eclipse.cdt.repo.zip
|
||||
CDTLOC=builds/juno/milestones/RC1/${CDTNAME}
|
||||
CDTNAME=cdt-master-${CDTREL}.zip
|
||||
CDTLOC=releases/indigo/dist/${CDTNAME}
|
||||
#CDTNAME=org.eclipse.cdt.repo.zip
|
||||
#CDTLOC=builds/juno/milestones/RC1/${CDTNAME}
|
||||
if [ ! -f eclipse/plugins/org.eclipse.cdt_${CDTFEAT}.${CDTVER}.jar ]; then
|
||||
echo "Getting CDT Runtime..."
|
||||
wget "http://download.eclipse.org/tools/cdt/${CDTLOC}"
|
||||
|
|
Loading…
Add table
Reference in a new issue