SWTBotShell shell = bot.shell("New");
shell.activate();
SWTBotTree projectSelectionTree = bot.tree();
projectSelectionTree.expandNode("Eclipse Modeling Framework").expandNode("Empty EMF Project").select();
bot.waitUntil(new DefaultCondition() {
public String getFailureMessage() {
return "unable to select";
}