1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-02 06:35:28 +02:00

[232126] [api] type attribute of SystemFilter is not restored

https://bugs.eclipse.org/bugs/show_bug.cgi?id=232126
This commit is contained in:
David Dykstal 2008-05-15 22:16:39 +00:00
parent 222f63ecc3
commit ad938e2a5d

View file

@ -76,6 +76,11 @@ public interface IRSEDOMConstants {
public static final String ATTRIBUTE_STRINGS_NON_CHANGABLE = "stringsNonChangable"; //$NON-NLS-1$
public static final String ATTRIBUTE_RELEASE = "release"; //$NON-NLS-1$
public static final String ATTRIBUTE_SINGLE_FILTER_STRING_ONLY = "singleFilterStringOnly"; //$NON-NLS-1$
/**
* A constant that specifies the filter type attribute in the DOM structure.
* Value "filterType".
* @since org.eclipse.rse.core 3.0
*/
public static final String ATTRIBUTE_FILTER_TYPE = "filterType"; //$NON-NLS-1$
// server launcher attributes