From 4e54e89878b2fdca8e334d88032d985c0ec3849b Mon Sep 17 00:00:00 2001 From: Andrew Gvozdev Date: Tue, 16 Mar 2010 01:00:20 +0000 Subject: [PATCH] cleanup: deprecated class used for CDT 3.X style projects --- .../src/org/eclipse/cdt/ui/dialogs/ReferenceBlock.java | 3 ++- .../src/org/eclipse/cdt/ui/dialogs/TabFolderOptionBlock.java | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/ReferenceBlock.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/ReferenceBlock.java index 4c6f45569b5..f5c5bb01e31 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/ReferenceBlock.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/ReferenceBlock.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2003, 2009 IBM Corporation and others. + * Copyright (c) 2003, 2010 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 @@ -44,6 +44,7 @@ import org.eclipse.ui.model.WorkbenchLabelProvider; * * @noextend This class is not intended to be subclassed by clients. */ +@Deprecated public class ReferenceBlock extends AbstractCOptionPage { private static final String PREFIX = "ReferenceBlock"; // $NON-NLS-1$ //$NON-NLS-1$ diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/TabFolderOptionBlock.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/TabFolderOptionBlock.java index 6f7d2c4aa70..05428c70c93 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/TabFolderOptionBlock.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/dialogs/TabFolderOptionBlock.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2003, 2008 IBM Corporation and others. + * Copyright (c) 2003, 2010 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 @@ -39,6 +39,7 @@ import org.eclipse.swt.widgets.TabItem; * @deprecated as of CDT 4.0. This abstract block was used for New Project Wizards * and property pages for 3.X style projects. */ +@Deprecated public abstract class TabFolderOptionBlock { protected boolean initializingTabs = true;