platform-update-home/doc/new_in_2.0.2.html

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

revision 1.2, Sat Nov 23 21:29:02 2002 UTC revision 1.3, Sun Nov 24 01:02:50 2002 UTC
# Line 14  Line 14 
14  The inclusion was exact - included feature was specified using the exact  The inclusion was exact - included feature was specified using the exact
15  identifier and version. The consequence of this limitation was that the only way  identifier and version. The consequence of this limitation was that the only way
16  to update a branch of a hierarchy was to update the root feature.&nbsp;</p>  to update a branch of a hierarchy was to update the root feature.&nbsp;</p>
17  <p>In large, complex Eclipse product it is not always possible to provide update  <p>In large, complex Eclipse products it is not always possible to provide update
18  of the root feature every time there is a change somewhere in the hierarchy. For  of the root feature every time there is a change somewhere in the hierarchy. For
19  example, nodes in the tree may be Eclipse products themselves. It was needed to  example, nodes in the tree may be Eclipse products themselves. It was needed to
20  allow branches to be updated independent of the root.</p>  allow branches to be updated independent of the root.</p>
# Line 95  Line 95 
95  installation:</p>  installation:</p>
96  <blockquote>  <blockquote>
97    <pre>&lt;requires&gt;    <pre>&lt;requires&gt;
98  &lt;import feature=&quot;org.eclipse.jdt&quot; version=&quot;2.0.0&quot; match=&quot;compatione&quot;/&gt;  &lt;import feature=&quot;org.eclipse.jdt&quot; version=&quot;2.0.0&quot; match=&quot;compatible&quot;/&gt;
99  &lt;/requires&gt;</pre>  &lt;/requires&gt;</pre>
100  </blockquote>  </blockquote>
101  <p>The rest of the semantics didn't change. Prior to the installation, Update  <p>The rest of the semantics didn't change. Prior to the installation, Update
102  will check all the constraints in 'requires' and block the operation if any of  will check all the constraints in 'requires' and block the operation if any of
103  them is not satistfied.</p>  them is not satisfied.</p>
104  <h2>Patches</h2>  <h2>Patches</h2>
105  <p>Update version 2.0.2 introduces a notion of <b>patches</b>. Patches are  <p>Update version 2.0.2 introduces a notion of <b>patches</b>. Patches are
106  regular features that are configured to bring partial updates to complex feature  regular features that are configured to bring partial updates to complex feature

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3