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

[releng] Dont put stuff into dropins

This commit is contained in:
Martin Oberhuber 2008-06-06 01:23:18 +00:00
parent 030edf86eb
commit bbe4e38cf7

View file

@ -44,6 +44,7 @@ esac
ep_ver=3.4RC3
ep_date=200805301730
P2_disabled=false
P2_no_dropins=false
if [ ! -f eclipse/plugins/org.eclipse.swt_3.4.0.v3448.jar ]; then
curdir2=`pwd`
if [ ! -d eclipse -o -h eclipse ]; then
@ -95,7 +96,7 @@ if [ ! -f eclipse/startup.jar ]; then
cd ${curdir2}
fi
if ${P2_disabled} ; then
if ${P2_no_dropins} ; then
#P2 disabled?
DROPIN=.
DROPUP=.
@ -105,33 +106,6 @@ else
DROPUP=../..
fi
# CDT 5.0RC3 Runtime
CDTVER=200805300802
if [ ! -f eclipse/plugins/org.eclipse.cdt.core_5.0.0.${CDTVER}.jar ]; then
echo "Getting CDT Runtime..."
wget "http://download.eclipse.org/tools/cdt/builds/5.0.0/I.I${CDTVER}/cdt-master-5.0.0-I${CDTVER}.zip"
CDTTMP=`pwd`/tmp.$$
mkdir ${CDTTMP}
cd ${CDTTMP}
unzip ../cdt-master-5.0.0-I${CDTVER}.zip
cd ..
#java -jar eclipse/startup.jar \
java -jar eclipse/plugins/org.eclipse.equinox.launcher_1.0.*.jar \
-application org.eclipse.update.core.standaloneUpdate \
-command install \
-from file://${CDTTMP} \
-featureId org.eclipse.cdt.platform \
-version 5.0.0.${CDTVER}
java -jar eclipse/plugins/org.eclipse.equinox.launcher_1.0.*.jar \
-application org.eclipse.update.core.standaloneUpdate \
-command install \
-from file://${CDTTMP} \
-featureId org.eclipse.cdt \
-version 5.0.0.${CDTVER}
rm -rf ${CDTTMP}
rm cdt-master-5.0.0-I${CDTVER}.zip
fi
# EMF 2.4.0RC3
EMFBRANCH=2.4.0
EMFDATE=200806021643
@ -161,6 +135,33 @@ if [ ! -f ${DROPIN}/eclipse/plugins/gnu.io.rxtx_2.1.7.4_v20071016.jar ]; then
cd ${DROPUP}
fi
# CDT 5.0RC3 Runtime
CDTVER=200805300802
if [ ! -f eclipse/plugins/org.eclipse.cdt.core_5.0.0.${CDTVER}.jar ]; then
echo "Getting CDT Runtime..."
wget "http://download.eclipse.org/tools/cdt/builds/5.0.0/I.I${CDTVER}/cdt-master-5.0.0-I${CDTVER}.zip"
CDTTMP=`pwd`/tmp.$$
mkdir ${CDTTMP}
cd ${CDTTMP}
unzip ../cdt-master-5.0.0-I${CDTVER}.zip
cd ..
#java -jar eclipse/startup.jar \
java -jar eclipse/plugins/org.eclipse.equinox.launcher_1.0.*.jar \
-application org.eclipse.update.core.standaloneUpdate \
-command install \
-from file://${CDTTMP} \
-featureId org.eclipse.cdt.platform \
-version 5.0.0.${CDTVER}
java -jar eclipse/plugins/org.eclipse.equinox.launcher_1.0.*.jar \
-application org.eclipse.update.core.standaloneUpdate \
-command install \
-from file://${CDTTMP} \
-featureId org.eclipse.cdt \
-version 5.0.0.${CDTVER}
rm -rf ${CDTTMP}
rm cdt-master-5.0.0-I${CDTVER}.zip
fi
# checkout the basebuilder
#baseBuilderTag=vI20080502-0100
baseBuilderTag=RC2_34