added info about JDK activation with range

This commit is contained in:
Hervé Boutemy 2014-07-16 22:06:33 +02:00
parent 830d9cc280
commit c14c0dcc7c
1 changed files with 2 additions and 1 deletions

View File

@ -3135,7 +3135,8 @@
<![CDATA[
Specifies that this profile will be activated when a matching JDK is detected.
For example, <code>1.4</code> only activates on JDKs versioned 1.4,
while <code>!1.4</code> matches any JDK that is not version 1.4.
while <code>!1.4</code> matches any JDK that is not version 1.4. Ranges are supported too:
<code>[1.5,)</code> activates when the JDK is 1.5 minimum.
]]>
</description>
</field>