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 14:20:18 +00:00
parent 52d396e5cd
commit d3a69dd345

View file

@ -50,16 +50,20 @@ esac
#http://download.eclipse.org/eclipse/downloads/drops4/S-4.2RC1-201205182145/
# prepare the base Eclipse installation in folder "eclipse"
ep_rel="drops4/S-"
ep_ver=4.2RC1
ep_date="-201205182145"
#ep_rel="drops4/S-"
#ep_ver=4.2RC1
#ep_date="-201205182145"
ep_rel="drops/S-"
ep_ver=3.8RC1
ep_date="-201205182345"
#ep_rel="drops/R-"
#ep_ver=3.7.2
#ep_date="-201202080800"
P2_disabled=false
P2_no_dropins=false
#if [ ! -f eclipse/plugins/org.eclipse.swt_3.7.2.v3740f.jar ]; then
if [ ! -f eclipse/plugins/org.eclipse.swt_3.100.0.v4232.jar ]; then
#if [ ! -f eclipse/plugins/org.eclipse.swt_3.100.0.v4232.jar ]; then
if [ ! -f eclipse/plugins/org.eclipse.swt_3.8.0.v3832.jar ]; then
curdir2=`pwd`
if [ ! -d eclipse -o -h eclipse ]; then
if [ -d eclipse-${ep_ver}-${ep_arch} ]; then