mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 10:25:32 +02:00
[releng] build against Juno RC1
This commit is contained in:
parent
52d396e5cd
commit
d3a69dd345
1 changed files with 8 additions and 4 deletions
|
@ -50,16 +50,20 @@ esac
|
||||||
#http://download.eclipse.org/eclipse/downloads/drops4/S-4.2RC1-201205182145/
|
#http://download.eclipse.org/eclipse/downloads/drops4/S-4.2RC1-201205182145/
|
||||||
|
|
||||||
# prepare the base Eclipse installation in folder "eclipse"
|
# prepare the base Eclipse installation in folder "eclipse"
|
||||||
ep_rel="drops4/S-"
|
#ep_rel="drops4/S-"
|
||||||
ep_ver=4.2RC1
|
#ep_ver=4.2RC1
|
||||||
ep_date="-201205182145"
|
#ep_date="-201205182145"
|
||||||
|
ep_rel="drops/S-"
|
||||||
|
ep_ver=3.8RC1
|
||||||
|
ep_date="-201205182345"
|
||||||
#ep_rel="drops/R-"
|
#ep_rel="drops/R-"
|
||||||
#ep_ver=3.7.2
|
#ep_ver=3.7.2
|
||||||
#ep_date="-201202080800"
|
#ep_date="-201202080800"
|
||||||
P2_disabled=false
|
P2_disabled=false
|
||||||
P2_no_dropins=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.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`
|
curdir2=`pwd`
|
||||||
if [ ! -d eclipse -o -h eclipse ]; then
|
if [ ! -d eclipse -o -h eclipse ]; then
|
||||||
if [ -d eclipse-${ep_ver}-${ep_arch} ]; then
|
if [ -d eclipse-${ep_ver}-${ep_arch} ]; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue