MessageDialog.openInformation(fShell, Messages.FindUpdatesAction_CHECK_UPDATES, Messages.FindUpdatesAction_NO_UPDATES_AVAILABLE);
return;
}
/* Ask for Confirmation to Update */
UpdateDialog dialog = new UpdateDialog(fShell, updates);
if (dialog.open() != IDialogConstants.OK_ID)
return;
/* Show Activity */
ShowActivityAction action = new ShowActivityAction();
action.init(fShell);