From f556980f52773aba23ea66810f9d9c7ab9578bba Mon Sep 17 00:00:00 2001 From: Martin Oberhuber < martin.oberhuber@windriver.com> Date: Mon, 31 Jul 2006 17:29:37 +0000 Subject: [PATCH] Add dd.dsf docs to infocenter --- releng/org.eclipse.rse.releng.infocenter/addSites.sh | 6 +++--- releng/org.eclipse.rse.releng.infocenter/update.sh | 4 ++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/releng/org.eclipse.rse.releng.infocenter/addSites.sh b/releng/org.eclipse.rse.releng.infocenter/addSites.sh index 050fe986b6f..2252cdf0448 100755 --- a/releng/org.eclipse.rse.releng.infocenter/addSites.sh +++ b/releng/org.eclipse.rse.releng.infocenter/addSites.sh @@ -3,6 +3,6 @@ # Add new Eclipse "extsion locations" to the infocenter # IHOME=/home/infocenter/latest -$IHOME/infocenter.sh addSite -from $IHOME/plugins/rse/eclipse -$IHOME/infocenter.sh apply - +$IHOME/bin/infocenter.sh addSite -from $IHOME/plugins/rse/eclipse +$IHOME/bin/infocenter.sh addSite -from $IHOME/plugins/dd.dsf/eclipse +$IHOME/bin/infocenter.sh apply diff --git a/releng/org.eclipse.rse.releng.infocenter/update.sh b/releng/org.eclipse.rse.releng.infocenter/update.sh index fe9985556b9..4d3b7e3d807 100755 --- a/releng/org.eclipse.rse.releng.infocenter/update.sh +++ b/releng/org.eclipse.rse.releng.infocenter/update.sh @@ -40,8 +40,12 @@ if [ "$NEED_RESTART" != "0" ]; then $IHOME/bin/infocenter.sh shutdown echo "Deploying new plug-ins..." + ######################### Deploy RSE ############################# rm $IHOME/plugins/rse/eclipse/plugins/* cp -p $IHOME/deploy/rse/plugins/* $IHOME/plugins/rse/eclipse/plugins/ + ####################### Deploy dd.dsf ############################ + rm $IHOME/plugins/dd.dsf/eclipse/plugins/* + cp -p $IHOME/deploy/dd.dsf/plugins/* $IHOME/plugins/dd.dsf/eclipse/plugins/ #TODO: not sure if we need to delete the old index to force re-indexing echo "Deleting old index..."