public class ExtensionSupport {
public static final String QUICK_JUNIT_DEFAULT = "QuickJUnitDefault";
public static ILaunchShortcut createJUnitLaunchShortcut() throws CoreException {
return new QuickJUnitLaunchShortcut();
// return createLaunchShortcut("org.eclipse.jdt.junit"); //$NON-NLS-1$
}