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

Updating Basebuilder to 3.4M7

This commit is contained in:
Martin Oberhuber 2008-05-02 22:18:36 +00:00
parent 43bbf71353
commit aa31092e08

View file

@ -41,7 +41,7 @@ case ${uname_s}${uname_m} in
esac
# prepare the base Eclipse installation in folder "eclipse"
if [ ! -f eclipse/plugins/org.eclipse.swt_3.4.0.v3436a.jar ]; then
if [ ! -f eclipse/plugins/org.eclipse.swt_3.4.0.v3442a.jar ]; then
curdir2=`pwd`
if [ ! -d eclipse -o -h eclipse ]; then
if [ -d eclipse-3.4M7-${ep_arch} ]; then