mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 15:15:25 +02:00
[releng] build against Eclipse 3.6rc4
This commit is contained in:
parent
461f5c21ba
commit
325dadfd64
1 changed files with 4 additions and 4 deletions
|
@ -48,11 +48,11 @@ esac
|
|||
|
||||
# prepare the base Eclipse installation in folder "eclipse"
|
||||
ep_rel="S-"
|
||||
ep_ver=3.6RC3
|
||||
ep_date="-201005271700"
|
||||
ep_ver=3.6RC4
|
||||
ep_date="-201006031500"
|
||||
P2_disabled=false
|
||||
P2_no_dropins=false
|
||||
if [ ! -f eclipse/plugins/org.eclipse.swt_3.6.0.v3650.jar ]; then
|
||||
if [ ! -f eclipse/plugins/org.eclipse.swt_3.6.0.v3650b.jar ]; then
|
||||
curdir2=`pwd`
|
||||
if [ ! -d eclipse -o -h eclipse ]; then
|
||||
if [ -d eclipse-${ep_ver}-${ep_arch} ]; then
|
||||
|
@ -142,7 +142,7 @@ fi
|
|||
#CDTLOC=releases/ganymede/dist/${CDTNAME}
|
||||
CDTREL=7.0.0
|
||||
CDTFEAT=7.0.0
|
||||
CDTVER=201005311212
|
||||
CDTVER=201006041510
|
||||
CDTNAME=cdt-master-${CDTREL}-I${CDTVER}.zip
|
||||
CDTLOC=builds/${CDTREL}/I.I${CDTVER}/${CDTNAME}
|
||||
if [ ! -f eclipse/plugins/org.eclipse.cdt_${CDTFEAT}.${CDTVER}.jar ]; then
|
||||
|
|
Loading…
Add table
Reference in a new issue