1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-27 10:13:23 +02:00

[releng] Prepare for Indigo M2

This commit is contained in:
Martin Oberhuber 2010-10-04 13:06:40 +00:00
parent 0c1cb95f24
commit 16467ffedf

View file

@ -47,12 +47,12 @@ case ${uname_s}${uname_m} in
esac
# prepare the base Eclipse installation in folder "eclipse"
ep_rel="R-"
ep_ver=3.6
ep_date="-201006080911"
ep_rel="S-"
ep_ver=3.7M2a
ep_date="-201009211024"
P2_disabled=false
P2_no_dropins=false
if [ ! -f eclipse/plugins/org.eclipse.swt_3.6.0.v3650b.jar ]; then
if [ ! -f eclipse/plugins/org.eclipse.swt_3.7.0.v3707.jar ]; then
curdir2=`pwd`
if [ ! -d eclipse -o -h eclipse ]; then
if [ -d eclipse-${ep_ver}-${ep_arch} ]; then