From 5f6059f72e53b4cd9b46f026d61f3fb81bfdadb1 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 8 May 2007 16:35:09 +0000 Subject: [PATCH] Update to Eclipse M7_33 and basebuilder M7_33 --- releng/org.eclipse.rse.build/setup.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/releng/org.eclipse.rse.build/setup.sh b/releng/org.eclipse.rse.build/setup.sh index b747a52dfeb..50ff9d21b91 100755 --- a/releng/org.eclipse.rse.build/setup.sh +++ b/releng/org.eclipse.rse.build/setup.sh @@ -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