mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-13 03:55:22 +02:00
[releng] Update dependencies for RC2
This commit is contained in:
parent
8c7951cd8d
commit
2c76d02774
2 changed files with 6 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
plugin@org.apache.commons.net,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20100508202910/bundles/org.apache.commons.net_2.0.0.v200905272248.jar
|
||||
plugin@org.apache.commons.net.source,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20100508202910/bundles/org.apache.commons.net.source_2.0.0.v200905272248.jar
|
||||
plugin@org.apache.commons.net,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20100514103823/bundles/org.apache.commons.net_2.0.0.v200905272248.jar
|
||||
plugin@org.apache.commons.net.source,2.0.0=GET,http://download.eclipse.org/tools/orbit/downloads/drops/S20100514103823/bundles/org.apache.commons.net.source_2.0.0.v200905272248.jar
|
||||
|
|
|
@ -48,11 +48,11 @@ esac
|
|||
|
||||
# prepare the base Eclipse installation in folder "eclipse"
|
||||
ep_rel="S-"
|
||||
ep_ver=3.6RC1
|
||||
ep_date="-201005131500"
|
||||
ep_ver=3.6RC2
|
||||
ep_date="-201005201744"
|
||||
P2_disabled=false
|
||||
P2_no_dropins=false
|
||||
if [ ! -f eclipse/plugins/org.eclipse.swt_3.6.0.v3647a.jar ]; then
|
||||
if [ ! -f eclipse/plugins/org.eclipse.swt_3.6.0.v3649.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=201005141101
|
||||
CDTVER=201005211239
|
||||
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