mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
cleanup: deprecated class used for CDT 3.X style projects
This commit is contained in:
parent
f3fad52d6e
commit
54460ccbce
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2004, 2006 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
|
||||
|
@ -38,6 +38,11 @@ import org.eclipse.cdt.ui.wizards.IPathEntryContainerPage;
|
|||
|
||||
import org.eclipse.cdt.internal.ui.util.CoreUtility;
|
||||
|
||||
/**
|
||||
* @deprecated as of CDT 4.0. This wizard was used in property pages/wizards
|
||||
* for 3.X style projects.
|
||||
*/
|
||||
@Deprecated
|
||||
public class CPathContainerDescriptor implements IContainerDescriptor {
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue