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:
parent
1dced17b3e
commit
5f6059f72e
1 changed files with 4 additions and 4 deletions
|
@ -159,19 +159,19 @@ if [ ! -d working/build ]; then
|
||||||
fi
|
fi
|
||||||
if [ ! -d publish ]; then
|
if [ ! -d publish ]; then
|
||||||
D=/home/data/httpd/download.eclipse.org/dsdp/tm/downloads/drops
|
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
|
fi
|
||||||
if [ ! -d testUpdates ]; then
|
if [ ! -d testUpdates ]; then
|
||||||
D=/home/data/httpd/download.eclipse.org/dsdp/tm/testUpdates
|
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
|
fi
|
||||||
if [ ! -d updates ]; then
|
if [ ! -d updates ]; then
|
||||||
D=/home/data/httpd/download.eclipse.org/dsdp/tm/updates
|
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
|
fi
|
||||||
if [ ! -d staging ]; then
|
if [ ! -d staging ]; then
|
||||||
D=/home/data/httpd/download-staging.priv/dsdp/tm
|
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
|
fi
|
||||||
|
|
||||||
# create symlinks as needed
|
# create symlinks as needed
|
||||||
|
|
Loading…
Add table
Reference in a new issue