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:
parent
b90f4be048
commit
211d74a016
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue