mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 18:35:32 +02:00
Rev up to Platform RC1 / CDT M7
This commit is contained in:
parent
b2a3a35e3e
commit
3ae198e3ca
1 changed files with 18 additions and 18 deletions
|
@ -41,32 +41,32 @@ case ${uname_s}${uname_m} in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
# prepare the base Eclipse installation in folder "eclipse"
|
# 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`
|
curdir2=`pwd`
|
||||||
if [ ! -d eclipse -o -h eclipse ]; then
|
if [ ! -d eclipse -o -h eclipse ]; then
|
||||||
if [ -d eclipse-3.3M7-${ep_arch} ]; then
|
if [ -d eclipse-3.3RC1-${ep_arch} ]; then
|
||||||
rm -rf eclipse-3.3M7-${ep_arch}
|
rm -rf eclipse-3.3RC1-${ep_arch}
|
||||||
fi
|
fi
|
||||||
mkdir eclipse-3.3M7-${ep_arch}
|
mkdir eclipse-3.3RC1-${ep_arch}
|
||||||
cd eclipse-3.3M7-${ep_arch}
|
cd eclipse-3.3RC1-${ep_arch}
|
||||||
else
|
else
|
||||||
rm -rf eclipse
|
rm -rf eclipse
|
||||||
fi
|
fi
|
||||||
## Eclipse Platform 3.3M7
|
## Eclipse Platform 3.3RC1
|
||||||
#wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3M7-200705031400/eclipse-platform-3.3M7-${ep_arch}.tar.gz"
|
#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
|
#tar xfvz eclipse-platform-3.3M7-${ep_arch}.tar.gz
|
||||||
#rm 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)
|
# Eclipse SDK 3.3: Need the SDK because EMF needs JDT (somehow)
|
||||||
echo "Getting Eclipse SDK..."
|
echo "Getting Eclipse SDK..."
|
||||||
wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3M7-200705031400/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.3M7-${ep_arch}.tar.gz
|
tar xfvz eclipse-SDK-3.3RC1-${ep_arch}.tar.gz
|
||||||
rm eclipse-SDK-3.3M7-${ep_arch}.tar.gz
|
rm eclipse-SDK-3.3RC1-${ep_arch}.tar.gz
|
||||||
cd "${curdir2}"
|
cd "${curdir2}"
|
||||||
if [ ! -d eclipse -o -h eclipse ]; then
|
if [ ! -d eclipse -o -h eclipse ]; then
|
||||||
if [ -e eclipse ]; then
|
if [ -e eclipse ]; then
|
||||||
rm eclipse
|
rm eclipse
|
||||||
fi
|
fi
|
||||||
ln -s eclipse-3.3M7-${ep_arch}/eclipse eclipse
|
ln -s eclipse-3.3RC1-${ep_arch}/eclipse eclipse
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
if [ ! -f eclipse/startup.jar ]; then
|
if [ ! -f eclipse/startup.jar ]; then
|
||||||
|
@ -84,12 +84,12 @@ if [ ! -f eclipse/startup.jar ]; then
|
||||||
fi
|
fi
|
||||||
cd ${curdir2}
|
cd ${curdir2}
|
||||||
fi
|
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
|
# CDT 4.0.0 Runtime
|
||||||
echo "Getting CDT 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"
|
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-RC0-${cdt_arch}.tar.gz
|
tar xfvz cdt-4.0.0-M7-${cdt_arch}.tar.gz
|
||||||
rm cdt-4.0.0-RC0-${cdt_arch}.tar.gz
|
rm cdt-4.0.0-M7-${cdt_arch}.tar.gz
|
||||||
fi
|
fi
|
||||||
if [ ! -f eclipse/plugins/org.eclipse.emf_2.3.0.v200705110650.jar ]; then
|
if [ ! -f eclipse/plugins/org.eclipse.emf_2.3.0.v200705110650.jar ]; then
|
||||||
# EMF 2.3.0 Runtime
|
# EMF 2.3.0 Runtime
|
||||||
|
@ -101,9 +101,9 @@ fi
|
||||||
if [ ! -f eclipse/plugins/org.junit_3.8.2.v200701261102/junit.jar ]; then
|
if [ ! -f eclipse/plugins/org.junit_3.8.2.v200701261102/junit.jar ]; then
|
||||||
# Eclipse Test Framework
|
# Eclipse Test Framework
|
||||||
echo "Getting 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"
|
wget "http://download.eclipse.org/eclipse/downloads/drops/S-3.3RC1-200705171700/eclipse-test-framework-3.3RC1.zip"
|
||||||
unzip -o eclipse-test-framework-3.3M7.zip
|
unzip -o eclipse-test-framework-3.3RC1.zip
|
||||||
rm eclipse-test-framework-3.3M7.zip
|
rm eclipse-test-framework-3.3RC1.zip
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# checkout the basebuilder
|
# checkout the basebuilder
|
||||||
|
|
Loading…
Add table
Reference in a new issue