1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-04 23:55:26 +02:00

[releng] build against Juno RC1

This commit is contained in:
Martin Oberhuber 2012-05-24 13:20:37 +00:00
parent b90f4be048
commit 211d74a016

View file

@ -51,11 +51,11 @@ esac
# prepare the base Eclipse installation in folder "eclipse"
ep_rel="S-"
ep_ver=3.8RC1
ep_date="-201205182345"
ep_ver=4.2RC1
ep_date="-201205182145"
P2_disabled=false
P2_no_dropins=false
if [ ! -f eclipse/plugins/org.eclipse.swt_3.8.0.v3832.jar ]; then
if [ ! -f eclipse/plugins/org.eclipse.swt_3.100.0.v4232.jar ]; then
curdir2=`pwd`
if [ ! -d eclipse -o -h eclipse ]; then
if [ -d eclipse-${ep_ver}-${ep_arch} ]; then