try {
Browser browser = new Browser(parent, SWT.NONE);
String mainMessage = String.format(Messages.GetHTMLCopyPluginMsg,finalNewPlugin.getParentFile().getAbsolutePath(), finalNewPlugin.getAbsolutePath(), pluginsDir.getAbsolutePath());
browser.setText(mainMessage);
browser.addLocationListener(new LocationListener() {
@Override
public void changing(LocationEvent event) {
event.doit = false;
org.eclipse.swt.program.Program.launch(event.location);