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

[releng] reenable P2 for builds

This commit is contained in:
Martin Oberhuber 2008-06-05 21:03:21 +00:00
parent 1f05185d3e
commit d9fb869161

View file

@ -43,7 +43,7 @@ esac
# prepare the base Eclipse installation in folder "eclipse"
ep_ver=3.4RC3
ep_date=200805301730
P2_disabled=true
P2_disabled=false
if [ ! -f eclipse/plugins/org.eclipse.swt_3.4.0.v3448.jar ]; then
curdir2=`pwd`
if [ ! -d eclipse -o -h eclipse ]; then
@ -116,6 +116,12 @@ if [ ! -f eclipse/plugins/org.eclipse.cdt.core_5.0.0.${CDTVER}.jar ]; then
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 \