From 54460ccbce096a2adc322ca862460c45a8c71852 Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Mon, 15 Mar 2010 18:54:35 +0000 Subject: [PATCH] cleanup: deprecated class used for CDT 3.X style projects --- .../ui/dialogs/cpaths/CPathContainerDescriptor.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathContainerDescriptor.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathContainerDescriptor.java index d34bba365d5..4b8e20a961d 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathContainerDescriptor.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/dialogs/cpaths/CPathContainerDescriptor.java @@ -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 {