1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 08:55:25 +02:00

cleanup: deprecated class used for CDT 3.X style projects

This commit is contained in:
Andrew Gvozdev 2010-03-15 17:24:06 +00:00
parent d934cb5a03
commit 457215b5b8
3 changed files with 15 additions and 2 deletions

View file

@ -34,7 +34,10 @@ import org.eclipse.cdt.internal.ui.CPluginImages;
import org.eclipse.cdt.internal.ui.viewsupport.ListContentProvider;
/**
* @deprecated as of CDT 4.0. This page was used for CPathContainerWizard
* for 3.X style projects.
*/
@Deprecated
public class CPathContainerSelectionPage extends WizardPage {
private static final String DIALOGSTORE_SECTION= "CPathContainerSelectionPage"; //$NON-NLS-1$

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2004, 2008 QNX Software Systems and others.
* Copyright (c) 2004, 2010 QNX Software Systems 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
@ -17,6 +17,11 @@ import org.eclipse.core.runtime.CoreException;
import org.eclipse.swt.graphics.Image;
import org.eclipse.ui.ide.IDE;
/**
* @deprecated as of CDT 4.0. This class was used for Path Container Wizard
* for 3.X style projects.
*/
@Deprecated
public class ProjectContainerDescriptor implements IContainerDescriptor {
private int[] fFilterType;

View file

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2004, 2008 QNX Software Systems and others.
* Copyright (c) 2004, 2010 QNX Software Systems 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
@ -41,6 +41,11 @@ import org.eclipse.cdt.ui.wizards.IPathEntryContainerPage;
import org.eclipse.cdt.internal.ui.CPluginImages;
import org.eclipse.cdt.internal.ui.viewsupport.ListContentProvider;
/**
* @deprecated as of CDT 4.0. This class was used for Path Container Wizard
* for 3.X style projects.
*/
@Deprecated
public class ProjectContainerPage extends WizardPage implements IPathEntryContainerPage {
private int[] fFilterType;