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