mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
cleanup: deprecated class used for CDT 3.X style projects
This commit is contained in:
parent
495cb046e7
commit
4e54e89878
2 changed files with 4 additions and 2 deletions
|
@ -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$
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue