From 9dd994df9a4ac62d77d0a9836c3469fb9fa5cae0 Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 25 Jul 2006 12:05:18 +0000 Subject: [PATCH] Add diagnostics to infocenter nightly build --- releng/org.eclipse.rse.releng.infocenter/update.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/releng/org.eclipse.rse.releng.infocenter/update.sh b/releng/org.eclipse.rse.releng.infocenter/update.sh index c5d1fa0c181..fe9985556b9 100755 --- a/releng/org.eclipse.rse.releng.infocenter/update.sh +++ b/releng/org.eclipse.rse.releng.infocenter/update.sh @@ -9,8 +9,10 @@ NEED_RESTART=0 #update RSE into deplopyment directory cd $IHOME/deploy/rse rm *.zip +echo "Downloading RSE-SDK-latest.zip..." wget -q "http://download.eclipse.org/dsdp/tm/downloads/drops/N.latest/RSE-SDK-latest.zip" if [ -e RSE-SDK-latest.zip ]; then + echo "Unzipping..." unzip -q RSE-SDK-latest.zip if [ -e plugins.tmp ]; then rm -rf plugins.tmp @@ -21,6 +23,7 @@ if [ -e RSE-SDK-latest.zip ]; then NUM=`ls plugins.tmp/*.jar | wc -l` echo "RSE plugins.tmp: NUM=$NUM" if [ "$NUM" = "3" ]; then + echo "Doc plugins got successfully, installing from plugins.tmp into plugins..." if [ -e plugins ]; then rm -rf plugins fi