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..."