mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-03 23:25:26 +02:00
[162081] Reviewed and updated subsystemconfiguration extension point
This commit is contained in:
parent
b69b48a074
commit
5585d55bdf
1 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ These appear in configuration and properties pages for subsystems.
|
|||
<annotation>
|
||||
<documentation>
|
||||
A semicolon separated list of system type names that subsystems from this configuration support. For example, "Unix;Linux".
|
||||
If not specified and the "systemTypeIds" attribute is not specified, defaults to all system types.
|
||||
If not specified and the "systemTypeIds" attribute is not specified, defaults to all system types. The wildcards '*' and '?' are accepted.
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
|
@ -144,7 +144,7 @@ If not specified and the "systemTypeIds" attribute is not specified, d
|
|||
<annotation>
|
||||
<documentation>
|
||||
A semicolon separated list of system type ids that subsystems from this configuration support. For example, "org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.linux".
|
||||
If not specified and the "systemTypes" attribute is not specified, defaults to all system types.
|
||||
If not specified and the "systemTypes" attribute is not specified, defaults to all system types. The wildcards '*' and '?' are accepted.
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
|
|
Loading…
Add table
Reference in a new issue