mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-06 01:06:01 +02:00
cleanup: deprecated class used for CDT 3.X style projects
This commit is contained in:
parent
6087aa3dd6
commit
f382d74102
1 changed files with 4 additions and 3 deletions
|
@ -23,14 +23,15 @@ import org.eclipse.core.runtime.IPath;
|
|||
import org.eclipse.jface.viewers.Viewer;
|
||||
import org.eclipse.jface.viewers.ViewerFilter;
|
||||
|
||||
/**
|
||||
* ArchiveFileFilter
|
||||
*/
|
||||
/**
|
||||
* Viewer filter for archive selection dialogs.
|
||||
* Archives are files with file extension "a", "dll", "so.
|
||||
* The filter is not case sensitive.
|
||||
*
|
||||
* @deprecated as of CDT 4.0. This class was used for property pages
|
||||
* for 3.X style projects.
|
||||
*/
|
||||
@Deprecated
|
||||
public class ArchiveFileFilter extends ViewerFilter {
|
||||
|
||||
private static final String[] fgArchiveExtensions= { "a", "so", "dll" }; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
|
||||
|
|
Loading…
Add table
Reference in a new issue