mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 23:55:26 +02:00
Bootstrap unattended builds with Eclipse SDK instead of Platform (for EMF)
This commit is contained in:
parent
9d3db38eb8
commit
21a7758101
1 changed files with 8 additions and 4 deletions
|
@ -28,10 +28,14 @@ curdir=`pwd`
|
|||
|
||||
# prepare the base Eclipse installation in folder "eclipse"
|
||||
if [ ! -f eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070202.jar ]; then
|
||||
# Eclipse Platform 3.3M4
|
||||
wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3M5-200702091006/eclipse-platform-3.3M5-linux-gtk-ppc.tar.gz"
|
||||
tar xfvz eclipse-platform-3.3M5-linux-gtk-ppc.tar.gz
|
||||
rm eclipse-platform-3.3M5-linux-gtk-ppc.tar.gz
|
||||
## Eclipse Platform 3.3M5
|
||||
#wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3M5-200702091006/eclipse-platform-3.3M5-linux-gtk-ppc.tar.gz"
|
||||
#tar xfvz eclipse-platform-3.3M5-linux-gtk-ppc.tar.gz
|
||||
#rm eclipse-platform-3.3M5-linux-gtk-ppc.tar.gz
|
||||
# Eclipse SDK 3.3M5: Need the SDK because EMF needs JDT (somehow)
|
||||
wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3M5-200702091006/eclipse-SDK-3.3M5-linux-gtk-ppc.tar.gz"
|
||||
tar xfvz eclipse-SDK-3.3M5-linux-gtk-ppc.tar.gz
|
||||
rm eclipse-SDK-3.3M5-linux-gtk-ppc.tar.gz
|
||||
fi
|
||||
if [ ! -f eclipse/plugins/org.eclipse.cdt.core_4.0.0.200702161600.jar ]; then
|
||||
# CDT 4.0.0 Runtime
|
||||
|
|
Loading…
Add table
Reference in a new issue