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

Release towards 3.2m6

This commit is contained in:
Martin Oberhuber 2010-03-16 00:02:44 +00:00
parent 164caf499e
commit 7f6fdbe502

View file

@ -42,7 +42,7 @@ cd "${basebuilder}/plugins"
if [ -f org.eclipse.equinox.launcher.jar ]; then if [ -f org.eclipse.equinox.launcher.jar ]; then
launcher=org.eclipse.equinox.launcher.jar launcher=org.eclipse.equinox.launcher.jar
else else
launcher=`ls org.eclipse.equinox.launcher_*.jar` | sort | tail -1` launcher=`ls org.eclipse.equinox.launcher_*.jar | sort | tail -1`
fi fi
pdeBuild=`ls -d org.eclipse.pde.build* | sort | tail -1` pdeBuild=`ls -d org.eclipse.pde.build* | sort | tail -1`
cd "${builder}" cd "${builder}"