Skip to content

Commit fb3e11c

Browse files
committed
Minor adjustments of N&N for support of version ranges in Target Editor
1 parent d3e079f commit fb3e11c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

news/4.34/pde.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ <h2>Plug-in Development Environment</h2>
4747
<td id="editors" class="section" colspan="2"><h2>Editors</h2></td>
4848
</tr>
4949

50-
<tr id="version-ranges-for-iu-target-location">
50+
<tr id="version-range-for-iu-target-location">
5151
<!-- https://github.com/eclipse-pde/eclipse.pde/pull/1245 -->
52-
<td class="title">Support for version ranges and omitted version in IU target location</td>
52+
<td class="title">Support for version ranges and omitted versions in IU target locations</td>
5353
<td class="content">
54-
The PDE Target Editor now supports to specify a range as version of a <code>unit</code> or to omit the specification of a version entirely in <code>InstallableUnit</code> locations.
55-
Without an explicit version the value <code>0.0.0</code> is used by default, which resolves to the latest version available.
54+
In the PDE Target Editor it is now possible to specify a range as <code>version</code> of a <code>unit</code> or to omit the specification of a <code>version</code> attribute entirely in <code>InstallableUnit</code> locations.
55+
Without an explicit version the value <code>0.0.0</code> is used by default, which always resolves to the latest version available.
5656
All of the following variants to specify a version in the <code>Source</code> tab of the Target Editor are now possible:
5757
<p><img src="images/target-version-ranges-source.png" alt="Version ranges and omitted version in an IU target location"/></p>
58-
It is also possible to define these advance versions specifications through the UI of the Target Editor.
58+
It is also possible to define these advanced versions specifications through the UI of the Target Editor.
5959
After clicking the <code>Edit</code> button for a location, you can specify a version range for a selected unit directly in the table.
60-
Entering <code>latest</code> is equivalent to <code>0.0.0</code> and always resolves to the latest version of that unit.
60+
Entering <code>latest</code> is equivalent to <code>0.0.0</code> and resolves to the latest version of that unit.
6161
<p><img src="images/target-version-ranges-ui.png" alt="Editing of version ranges and latest version in the UI editor of an IU target location"/></p>
6262
</td>
6363
</tr>

0 commit comments

Comments
 (0)