1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 07:05:24 +02:00

Rev up to Platform RC1 / CDT M7

This commit is contained in:
Martin Oberhuber 2007-05-21 12:23:45 +00:00
parent b2a3a35e3e
commit 3ae198e3ca

View file

@ -41,32 +41,32 @@ case ${uname_s}${uname_m} in
esac
# prepare the base Eclipse installation in folder "eclipse"
if [ ! -f eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070430.jar ]; then
if [ ! -f eclipse/plugins/org.eclipse.core.resources_3.3.0.v20070514.jar ]; then
curdir2=`pwd`
if [ ! -d eclipse -o -h eclipse ]; then
if [ -d eclipse-3.3M7-${ep_arch} ]; then
rm -rf eclipse-3.3M7-${ep_arch}
if [ -d eclipse-3.3RC1-${ep_arch} ]; then
rm -rf eclipse-3.3RC1-${ep_arch}
fi
mkdir eclipse-3.3M7-${ep_arch}
cd eclipse-3.3M7-${ep_arch}
mkdir eclipse-3.3RC1-${ep_arch}
cd eclipse-3.3RC1-${ep_arch}
else
rm -rf eclipse
fi
## Eclipse Platform 3.3M7
#wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3M7-200705031400/eclipse-platform-3.3M7-${ep_arch}.tar.gz"
## Eclipse Platform 3.3RC1
#wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3M7-200705171700/eclipse-platform-3.3RC1-${ep_arch}.tar.gz"
#tar xfvz eclipse-platform-3.3M7-${ep_arch}.tar.gz
#rm eclipse-platform-3.3M7-${ep_arch}.tar.gz
# Eclipse SDK 3.3: Need the SDK because EMF needs JDT (somehow)
echo "Getting Eclipse SDK..."
wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3M7-200705031400/eclipse-SDK-3.3M7-${ep_arch}.tar.gz"
tar xfvz eclipse-SDK-3.3M7-${ep_arch}.tar.gz
rm eclipse-SDK-3.3M7-${ep_arch}.tar.gz
wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3RC1-200705171700/eclipse-SDK-3.3RC1-${ep_arch}.tar.gz"
tar xfvz eclipse-SDK-3.3RC1-${ep_arch}.tar.gz
rm eclipse-SDK-3.3RC1-${ep_arch}.tar.gz
cd "${curdir2}"
if [ ! -d eclipse -o -h eclipse ]; then
if [ -e eclipse ]; then
rm eclipse
fi
ln -s eclipse-3.3M7-${ep_arch}/eclipse eclipse
ln -s eclipse-3.3RC1-${ep_arch}/eclipse eclipse
fi
fi
if [ ! -f eclipse/startup.jar ]; then
@ -84,12 +84,12 @@ if [ ! -f eclipse/startup.jar ]; then
fi
cd ${curdir2}
fi
if [ ! -f eclipse/plugins/org.eclipse.cdt.core_4.0.0.200705021527.jar ]; then
if [ ! -f eclipse/plugins/org.eclipse.cdt.core_4.0.0.200705111955.jar ]; then
# CDT 4.0.0 Runtime
echo "Getting CDT Runtime..."
wget "http://download.eclipse.org/tools/cdt/releases/europa/dist/4.0.0RC0/cdt-4.0.0-RC0-${cdt_arch}.tar.gz"
tar xfvz cdt-4.0.0-RC0-${cdt_arch}.tar.gz
rm cdt-4.0.0-RC0-${cdt_arch}.tar.gz
wget "http://download.eclipse.org/tools/cdt/releases/europa/dist/4.0.0M7/cdt-4.0.0-M7-${cdt_arch}.tar.gz"
tar xfvz cdt-4.0.0-M7-${cdt_arch}.tar.gz
rm cdt-4.0.0-M7-${cdt_arch}.tar.gz
fi
if [ ! -f eclipse/plugins/org.eclipse.emf_2.3.0.v200705110650.jar ]; then
# EMF 2.3.0 Runtime
@ -101,9 +101,9 @@ fi
if [ ! -f eclipse/plugins/org.junit_3.8.2.v200701261102/junit.jar ]; then
# Eclipse Test Framework
echo "Getting Eclipse Test Framework..."
wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3M7-200705031400/eclipse-test-framework-3.3M7.zip"
unzip -o eclipse-test-framework-3.3M7.zip
rm eclipse-test-framework-3.3M7.zip
wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3RC1-200705171700/eclipse-test-framework-3.3RC1.zip"
unzip -o eclipse-test-framework-3.3RC1.zip
rm eclipse-test-framework-3.3RC1.zip
fi
# checkout the basebuilder