From e1455eb4d1d87cc4024151c8303b081df5a5a01a Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Tue, 14 Nov 2006 11:15:17 +0000 Subject: [PATCH] Deploy NAB plugins to infocenter expanded --- releng/org.eclipse.rse.releng.infocenter/update.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/releng/org.eclipse.rse.releng.infocenter/update.sh b/releng/org.eclipse.rse.releng.infocenter/update.sh index 9cd4cb46c34..71809173cbd 100755 --- a/releng/org.eclipse.rse.releng.infocenter/update.sh +++ b/releng/org.eclipse.rse.releng.infocenter/update.sh @@ -59,8 +59,8 @@ if [ "$NEED_RESTART" != "0" ]; then rm $IHOME/plugins/dd.dsf/eclipse/plugins/* cp -p $IHOME/deploy/dd.dsf/plugins/* $IHOME/plugins/dd.dsf/eclipse/plugins/ ####################### Deploy nab ############################### - rm $IHOME/plugins/nab/eclipse/plugins/* - cp -p $IHOME/deploy/nab/plugins/* $IHOME/plugins/nab/eclipse/plugins/ + rm -rf $IHOME/plugins/nab/eclipse/plugins/* + cp -Rp $IHOME/deploy/nab/plugins/* $IHOME/plugins/nab/eclipse/plugins/ #TODO: not sure if we need to delete the old index to force re-indexing echo "Deleting old index..."