1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

bug 285033: @deprecated in CDT 8.0. This class appears to be never used.

This commit is contained in:
Andrew Gvozdev 2010-10-29 20:17:10 +00:00
parent af5c98eed9
commit 405a398c0f
3 changed files with 12 additions and 0 deletions

View file

@ -38,6 +38,10 @@ import org.eclipse.swt.widgets.Label;
import org.eclipse.swt.widgets.Shell;
import org.eclipse.swt.widgets.Text;
/**
* @deprecated in CDT 8.0. This class appears to be never used.
*/
@Deprecated
public class PathEntryVariableDialog extends TitleAreaDialog {
// UI widgets

View file

@ -27,6 +27,10 @@ import org.eclipse.ui.PlatformUI;
import org.eclipse.cdt.internal.ui.ICHelpContextIds;
/**
* @deprecated in CDT 8.0. This class appears to be never used.
*/
@Deprecated
public class PathEntryVariablePreferencePage extends PreferencePage
implements IWorkbenchPreferencePage {

View file

@ -55,6 +55,10 @@ import org.eclipse.cdt.core.resources.IPathEntryVariableManager;
import org.eclipse.cdt.internal.ui.CPluginImages;
/**
* @deprecated in CDT 8.0. This class appears to be never used.
*/
@Deprecated
public class PathEntryVariablesGroup {
/**