| 22 |
<p><b>Change History:</b> </p> |
<p><b>Change History:</b> </p> |
| 23 |
|
|
| 24 |
<ul> |
<ul> |
| 25 |
<li><small>2.0.19</small><small><br> |
<li><small>2.0.20</small> |
| 26 |
</small> |
<ul> |
| 27 |
|
<li><small>added <import id-match></small></li> |
| 28 |
|
</ul> |
| 29 |
|
<li><small>2.0.19</small> |
| 30 |
<ul> |
<ul> |
| 31 |
<li><small>added <feature discovery type></small></li> |
<li><small>added <feature discovery type></small></li> |
| 32 |
</ul> |
</ul> |
| 528 |
<tt> feature |
<tt> feature |
| 529 |
CDATA #IMPLIED</tt><br> |
CDATA #IMPLIED</tt><br> |
| 530 |
<tt> version |
<tt> version |
| 531 |
CDATA #IMPLIED</tt> <br> |
CDATA #IMPLIED<br> |
| 532 |
|
id-match (perfect |
| 533 |
|
| prefix) "perfect"</tt> <br> |
| 534 |
<tt> match |
<tt> match |
| 535 |
(perfect | equivalent | compatible | greaterOrEqual) "compatible"</tt> <br> |
(perfect | equivalent | compatible | greaterOrEqual) "compatible"</tt> <br> |
| 536 |
<tt> patch </tt><tt> |
<tt> patch </tt><tt> |
| 790 |
feature is a patch of the dependant feature. Default is "false". If |
feature is a patch of the dependant feature. Default is "false". If |
| 791 |
patch is true, version must be specified. If patch is true, only feature |
patch is true, version must be specified. If patch is true, only feature |
| 792 |
must be specified. If patch is true, and match is specified, it must |
must be specified. If patch is true, and match is specified, it must |
| 793 |
be 'perfect'.<br> |
be 'perfect'. |
| 794 |
|
</li> |
| 795 |
|
<li>id-match - optional identifier matching rule. Valid values and |
| 796 |
|
processing are as follows: |
| 797 |
|
<ul> |
| 798 |
|
<li><b><i>perfect</i></b> - dependent plug-in or feature id |
| 799 |
|
will be directly compared to the specified identifier. This |
| 800 |
|
is the default setting.</li> |
| 801 |
|
<li><b><i>prefix</i></b> - dependent plug-in or feature |
| 802 |
|
identifier has to be a valid prefix of the specified |
| 803 |
|
identifier. For example, if feature is specified as "com.acme.product." |
| 804 |
|
and id-match is set to "prefix", a detected |
| 805 |
|
feature "com.acme.product.win32" will be |
| 806 |
|
considered a positive match. This property can be used to |
| 807 |
|
create patches that can be applied across multiple os/ws/arch |
| 808 |
|
versions of the product. It should not be used for anything |
| 809 |
|
else because lookup will stop at the first match, which may |
| 810 |
|
yield unpredictable results in case there are more than one |
| 811 |
|
feature that satisfies the search criteria.</li> |
| 812 |
|
</ul> |
| 813 |
</li> |
</li> |
| 814 |
<li> match - optional matching rule. Valid values and processing |
<li> match - optional matching rule. Valid values and processing |
| 815 |
are as follows:</li> |
are as follows:</li> |