1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 01:35:39 +02:00

[releng] Upgrade to Eclipse-SDK-3.4RC3 for build

This commit is contained in:
Martin Oberhuber 2008-06-05 20:23:10 +00:00
parent 680c224483
commit f64962d5d4

View file

@ -41,9 +41,9 @@ case ${uname_s}${uname_m} in
esac
# prepare the base Eclipse installation in folder "eclipse"
ep_ver=3.4RC1
ep_date=200805161333
if [ ! -f eclipse/plugins/org.eclipse.swt_3.4.0.v3445c.jar ]; then
ep_ver=3.4RC3
ep_date=200805301730
if [ ! -f eclipse/plugins/org.eclipse.swt_3.4.0.v3448.jar ]; then
curdir2=`pwd`
if [ ! -d eclipse -o -h eclipse ]; then
if [ -d eclipse-${ep_ver}-${ep_arch} ]; then