1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Deprecated.

This commit is contained in:
Andrew Gvozdev 2010-10-29 20:43:48 +00:00
parent 405a398c0f
commit e9b3b08cb4
2 changed files with 8 additions and 0 deletions

View file

@ -79,11 +79,15 @@ import org.eclipse.ui.contexts.IWorkbenchContextSupport;
/** /**
* A dialog page to manage discovered scanner configuration * A dialog page to manage discovered scanner configuration
* *
* @deprecated as of CDT 4.0. This tab was used to set preferences/properties
* for 3.X style projects.
*
* @author vhirsl * @author vhirsl
* *
* @noextend This class is not intended to be subclassed by clients. * @noextend This class is not intended to be subclassed by clients.
* @noinstantiate This class is not intended to be instantiated by clients. * @noinstantiate This class is not intended to be instantiated by clients.
*/ */
@Deprecated
public class DiscoveredPathContainerPage extends WizardPage implements IPathEntryContainerPage { public class DiscoveredPathContainerPage extends WizardPage implements IPathEntryContainerPage {
private static final String PREFIX = "DiscoveredScannerConfigurationContainerPage"; //$NON-NLS-1$ private static final String PREFIX = "DiscoveredScannerConfigurationContainerPage"; //$NON-NLS-1$

View file

@ -28,8 +28,12 @@ import org.eclipse.jface.wizard.IWizardPage;
* Clients implementing this interface may subclass from * Clients implementing this interface may subclass from
* <code>org.eclipse.jface.wizard.WizardPage</code>. * <code>org.eclipse.jface.wizard.WizardPage</code>.
* </p> * </p>
*
* @deprecated as of CDT 4.0. This tab was used to set preferences/properties
* for 3.X style projects.
*/ */
@Deprecated
public interface IPathEntryContainerPage extends IWizardPage { public interface IPathEntryContainerPage extends IWizardPage {
/** /**