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:
parent
f382d74102
commit
4d13a49e37
4 changed files with 16 additions and 6 deletions
|
@ -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 {
|
||||
|
||||
private Button fNewFolderButton;
|
||||
|
|
|
@ -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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* 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;
|
||||
|
||||
/**
|
||||
* @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 {
|
||||
|
||||
CheckboxTreeViewer fViewer;
|
||||
|
|
|
@ -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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* 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
|
||||
* 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 {
|
||||
|
||||
private IStatusChangeListener fContext;
|
||||
|
|
|
@ -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
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* 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).
|
||||
*
|
||||
* 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 {
|
||||
|
||||
private SourceAttachmentBlock fSourceAttachmentBlock;
|
||||
|
|
Loading…
Add table
Reference in a new issue