projectTree.contextMenu("Refresh").click();
SWTUtils.sleep(2000);
projectTree.contextMenu("Delete").click();
SWTBotShell shell = bot.shell("Delete Resources");
shell.activate();
shell.pressShortcut(SWT.ALT, 'D');
bot.button("OK").click();
projectTree = null;
}
}