Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gvozdev2010-03-16 00:35:17 +0000
committerAndrew Gvozdev2010-03-16 00:35:17 +0000
commit495cb046e741b1c6c0f7f54f8dfdcb5f0229c941 (patch)
tree7b83b6e0cc86faeeab1f3356a845bcdaf2aabefe /core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/NewCProjectWizardOptionPage.java
parentaf6798c3e83166df3f522e8727c5c583aacf7fe3 (diff)
downloadorg.eclipse.cdt-495cb046e741b1c6c0f7f54f8dfdcb5f0229c941.tar.gz
org.eclipse.cdt-495cb046e741b1c6c0f7f54f8dfdcb5f0229c941.tar.xz
org.eclipse.cdt-495cb046e741b1c6c0f7f54f8dfdcb5f0229c941.zip
cleanup: deprecated class used for CDT 3.X style projects
Diffstat (limited to 'core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/NewCProjectWizardOptionPage.java')
-rw-r--r--core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/NewCProjectWizardOptionPage.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/NewCProjectWizardOptionPage.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/NewCProjectWizardOptionPage.java
index 4a9b2588890..7da60da7ef2 100644
--- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/NewCProjectWizardOptionPage.java
+++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/ui/wizards/NewCProjectWizardOptionPage.java
@@ -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
* are made available under the terms of the Eclipse Public License v1.0
* 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
* for 3.X style projects.
*/
+@Deprecated
public abstract class NewCProjectWizardOptionPage extends WizardPage implements ICOptionContainerExtension {
private TabFolderOptionBlock fOptionBlock;

Back to the top