platform-update-home/doc/eclipse_update_packaging.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.18, Mon Jan 27 13:29:44 2003 UTC revision 1.19, Mon Feb 10 03:47:09 2003 UTC
# Line 22  Line 22 
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 &lt;import id-match&gt;</small></li>
28        </ul>
29        <li><small>2.0.19</small>
30      <ul>      <ul>
31        <li><small>added &lt;feature &nbsp;discovery type&gt;</small></li>        <li><small>added &lt;feature &nbsp;discovery type&gt;</small></li>
32      </ul>      </ul>
# Line 525  Line 528 
528               <tt>&nbsp;&nbsp;&nbsp; feature &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;               <tt>&nbsp;&nbsp;&nbsp; feature &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
529   CDATA    #IMPLIED</tt><br>   CDATA    #IMPLIED</tt><br>
530               <tt>&nbsp;&nbsp;&nbsp; version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;               <tt>&nbsp;&nbsp;&nbsp; version&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
531     CDATA    #IMPLIED</tt> <br>     CDATA    #IMPLIED<br>
532                 &nbsp;&nbsp;&nbsp; id-match&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (perfect
533                 | prefix) &quot;perfect&quot;</tt> <br>
534               <tt>&nbsp;&nbsp;&nbsp; match&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;               <tt>&nbsp;&nbsp;&nbsp; match&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
535       &nbsp;(perfect  | equivalent | compatible | greaterOrEqual) "compatible"</tt>&nbsp;<br>       &nbsp;(perfect  | equivalent | compatible | greaterOrEqual) "compatible"</tt>&nbsp;<br>
536               <tt>&nbsp;&nbsp;&nbsp; patch &nbsp;&nbsp;&nbsp;&nbsp; </tt><tt>&nbsp;&nbsp;               <tt>&nbsp;&nbsp;&nbsp; patch &nbsp;&nbsp;&nbsp;&nbsp; </tt><tt>&nbsp;&nbsp;
# Line 785  Line 790 
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 &quot;com.acme.product.&quot;
804                        and id-match is set to &quot;prefix&quot;, a detected
805                        feature &quot;com.acme.product.win32&quot; 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>

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19