1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00

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

This commit is contained in:
Andrew Gvozdev 2010-03-15 18:12:12 +00:00
parent f382d74102
commit 4d13a49e37
4 changed files with 16 additions and 6 deletions

View file

@ -36,7 +36,10 @@ import org.eclipse.cdt.internal.ui.util.SWTUtil;
/** /**
*/ * @deprecated as of CDT 4.0. This class was used for property pages
* for 3.X style projects.
*/
@Deprecated
public class FolderSelectionDialog extends ElementTreeSelectionDialog implements ISelectionChangedListener { public class FolderSelectionDialog extends ElementTreeSelectionDialog implements ISelectionChangedListener {
private Button fNewFolderButton; private Button fNewFolderButton;

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2004, 2008 QNX Software Systems and others. * Copyright (c) 2004, 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
@ -47,7 +47,10 @@ import org.eclipse.cdt.internal.ui.dialogs.StatusInfo;
import org.eclipse.cdt.internal.ui.util.SWTUtil; import org.eclipse.cdt.internal.ui.util.SWTUtil;
/** /**
* @deprecated as of CDT 4.0. This class was used for property pages
* for 3.X style projects.
*/ */
@Deprecated
public class MultipleFolderSelectionDialog extends SelectionStatusDialog implements ISelectionChangedListener { public class MultipleFolderSelectionDialog extends SelectionStatusDialog implements ISelectionChangedListener {
CheckboxTreeViewer fViewer; CheckboxTreeViewer fViewer;

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2008 QNX Software Systems and others. * Copyright (c) 2002, 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
@ -70,8 +70,10 @@ import org.eclipse.cdt.internal.ui.wizards.dialogfields.StringButtonDialogField;
* UI to set the source attachment archive and root. Same implementation for both setting attachments for libraries from variable * UI to set the source attachment archive and root. Same implementation for both setting attachments for libraries from variable
* entries and for normal (internal or external) jar. * entries and for normal (internal or external) jar.
* *
* SourceAttachmentBlock * @deprecated as of CDT 4.0. This class was used for property pages
* for 3.X style projects.
*/ */
@Deprecated
public class SourceAttachmentBlock { public class SourceAttachmentBlock {
private IStatusChangeListener fContext; private IStatusChangeListener fContext;

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2002, 2008 QNX Software Systems and others. * Copyright (c) 2002, 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
@ -34,8 +34,10 @@ import org.eclipse.cdt.internal.ui.util.ExceptionHandler;
/** /**
* A dialog to configure the source attachment of a library (library and zip archive). * A dialog to configure the source attachment of a library (library and zip archive).
* *
* SourceAttachmentDialog * @deprecated as of CDT 4.0. This class was used for property pages
* for 3.X style projects.
*/ */
@Deprecated
public class SourceAttachmentDialog extends StatusDialog { public class SourceAttachmentDialog extends StatusDialog {
private SourceAttachmentBlock fSourceAttachmentBlock; private SourceAttachmentBlock fSourceAttachmentBlock;