mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-13 03:05:39 +02:00
cleanup: deprecated class used for CDT 3.X style projects
This commit is contained in:
parent
af6798c3e8
commit
495cb046e7
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Copyright (c) 2000, 2007 QNX Software Systems and others.
|
* Copyright (c) 2000, 2010 QNX Software Systems and others.
|
||||||
* All rights reserved. This program and the accompanying materials
|
* All rights reserved. This program and the accompanying materials
|
||||||
* are made available under the terms of the Eclipse Public License v1.0
|
* are made available under the terms of the Eclipse Public License v1.0
|
||||||
* which accompanies this distribution, and is available at
|
* which accompanies this distribution, and is available at
|
||||||
|
@ -25,6 +25,7 @@ import org.eclipse.cdt.ui.dialogs.TabFolderOptionBlock;
|
||||||
* @deprecated as of CDT 4.0. This abstract was used for New Project Wizards
|
* @deprecated as of CDT 4.0. This abstract was used for New Project Wizards
|
||||||
* for 3.X style projects.
|
* for 3.X style projects.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public abstract class NewCProjectWizardOptionPage extends WizardPage implements ICOptionContainerExtension {
|
public abstract class NewCProjectWizardOptionPage extends WizardPage implements ICOptionContainerExtension {
|
||||||
|
|
||||||
private TabFolderOptionBlock fOptionBlock;
|
private TabFolderOptionBlock fOptionBlock;
|
||||||
|
|
Loading…
Add table
Reference in a new issue