blob: 4a6c736dfef642298b6dcd2acbee6c342e7e45df [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2000, 2006 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
* Sebastian Davids: sdavids@gmx.de bug: 26293, 27889
* David Saff (saff@mit.edu) - bug 102632: [JUnit] Support for JUnit 4.
*******************************************************************************/
package org.eclipse.jdt.internal.junit.launcher;
import org.eclipse.jdt.junit.launcher.JUnitLaunchConfigurationTab;
/**
* TODO: remove after I20060912
*/
public class JUnitMainTab extends JUnitLaunchConfigurationTab {
}