IActionBars bars = getSite().getActionBars();
IToolBarManager toolbarManager = bars.getToolBarManager();
toolbarManager.prependToGroup(IConsoleConstants.LAUNCH_GROUP, new GroupMarker(SCRIPT_GROUP));
toolbarManager.appendToGroup(SCRIPT_GROUP, new Separator());
toolbarManager.appendToGroup(SCRIPT_GROUP, closeConsoleAction);
toolbarManager.appendToGroup(SCRIPT_GROUP, saveSessionAction);