1
0
Fork 0
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:
Uwe Stieber 2007-02-09 13:30:36 +00:00
parent b69b48a074
commit 5585d55bdf

View file

@ -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, &quot;Unix;Linux&quot;.
If not specified and the &quot;systemTypeIds&quot; attribute is not specified, defaults to all system types.
If not specified and the &quot;systemTypeIds&quot; attribute is not specified, defaults to all system types. The wildcards &apos;*&apos; and &apos;?&apos; are accepted.
</documentation>
</annotation>
</attribute>
@ -144,7 +144,7 @@ If not specified and the &quot;systemTypeIds&quot; attribute is not specified, d
<annotation>
<documentation>
A semicolon separated list of system type ids that subsystems from this configuration support. For example, &quot;org.eclipse.rse.systemtype.unix;org.eclipse.rse.systemtype.linux&quot;.
If not specified and the &quot;systemTypes&quot; attribute is not specified, defaults to all system types.
If not specified and the &quot;systemTypes&quot; attribute is not specified, defaults to all system types. The wildcards &apos;*&apos; and &apos;?&apos; are accepted.
</documentation>
</annotation>
</attribute>