1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-13 19:25:38 +02:00

cleanup: deprecated class used for CDT 3.X style projects

This commit is contained in:
Andrew Gvozdev 2010-03-16 00:35:17 +00:00
parent af6798c3e8
commit 495cb046e7

View file

@ -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;