1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-03 23:25:26 +02:00

[cleanup] document default setting of passwordPersistence caseSensitive

This commit is contained in:
Martin Oberhuber 2006-08-24 19:49:56 +00:00
parent 63c2eb3f7a
commit 0078e83508

View file

@ -11,6 +11,11 @@
</annotation>
<element name="extension">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
<complexType>
<sequence>
<element ref="provider" minOccurs="1" maxOccurs="unbounded"/>
@ -40,6 +45,11 @@
</element>
<element name="provider">
<annotation>
<documentation>
(no description available)
</documentation>
</annotation>
<complexType>
<attribute name="id" type="string" use="required">
<annotation>
@ -58,7 +68,7 @@
<attribute name="caseSensitive" type="boolean">
<annotation>
<documentation>
If the user ID is case sensitive or not. This is an optional attribute.
If the user ID is case sensitive or not. This is an optional attribute. If not set, the value &lt;code&gt;true&lt;/code&gt; is assumed.
</documentation>
</annotation>
</attribute>