*/
@Override
public void createTabs(ILaunchConfigurationDialog dialog, String mode) {
ILaunchConfigurationTab[] tabs = new ILaunchConfigurationTab[] {
new MavenLaunchMainTab(),
new MavenJRETab(),
new RefreshTab(),
new EnvironmentTab(),
new CommonTab()
};
setTabs(tabs);