1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-10 09:45:39 +02:00

Update to Eclipse M7_33 and basebuilder M7_33

This commit is contained in:
Martin Oberhuber 2007-05-08 16:35:09 +00:00
parent 1dced17b3e
commit 5f6059f72e

View file

@ -159,19 +159,19 @@ if [ ! -d working/build ]; then
fi
if [ ! -d publish ]; then
D=/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops
if [ -d ${D} ]; then; ln -s ${D} publish; else; mkdir publish; fi
if [ -d ${D} ]; then ln -s ${D} publish; else mkdir publish; fi
fi
if [ ! -d testUpdates ]; then
D=/home/data/httpd/download.eclipse.org/dsdp/tm/testUpdates
if [ -d ${D} ]; then; ln -s ${D} testUpdates; else; mkdir testUpdates; fi
if [ -d ${D} ]; then ln -s ${D} testUpdates; else mkdir testUpdates; fi
fi
if [ ! -d updates ]; then
D=/home/data/httpd/download.eclipse.org/dsdp/tm/updates
if [ -d ${D} ]; then; ln -s ${D} updates; else; mkdir updates; fi
if [ -d ${D} ]; then ln -s ${D} updates; else mkdir updates; fi
fi
if [ ! -d staging ]; then
D=/home/data/httpd/download-staging.priv/dsdp/tm
if [ -d ${D} ]; then; ln -s ${D} staging; else; mkdir staging; fi
if [ -d ${D} ]; then ln -s ${D} staging; else mkdir staging; fi
fi
# create symlinks as needed