platform-update-home/doc/working/update-policy.html

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

revision 1.3, Mon Jun 23 22:35:10 2003 UTC revision 1.4, Tue Jun 24 01:18:52 2003 UTC
# Line 107  Line 107 
107  a per-feature basis. Finally, using '*' would set up a server URL for all the  a per-feature basis. Finally, using '*' would set up a server URL for all the
108  features (a setting that should generally not be used unless total control is  features (a setting that should generally not be used unless total control is
109  needed).</p>  needed).</p>
110    <p>In case of multiple matches, the one with a longer pattern will be used. For
111    example:</p>
112    <blockquote>
113    <pre>url-map.org.eclipse = URL1
114    url-map.org.eclipse.jdt = URL2</pre>
115    </blockquote>
116    <p>In the case above, all Eclipse features will be updated from URL1, except
117    those starting with <code>org.eclipse.jdt</code> that will use URL2.</p>
118  <h4>try-embedded</h4>  <h4>try-embedded</h4>
119  <p>Syntax:</p>  <p>Syntax:</p>
120  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; try-embedded = (true | false)  <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <code>try-embedded = (true | false)
121  &quot;true&quot;</p>  &quot;true&quot;</code></p>
122  <p>This key sets the policy regarding features for which mapped URL was not  <p>This key sets the policy regarding features for which mapped URL was not
123  found. If 'true' (default), update search will default to the embedded URL if no  found. If 'true' (default), update search will default to the embedded URL if no
124  matching <code>url-map</code> has been found in the update policy file. Setting  matching <code>url-map</code> has been found in the update policy file. Setting

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