Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add N&N for support of version ranges by the PDETarget Editor #236

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added news/4.34/images/target-version-ranges-source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added news/4.34/images/target-version-ranges-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 16 additions & 0 deletions news/4.34/pde.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,22 @@ <h2>Plug-in Development Environment</h2>
<tr>
<td id="editors" class="section" colspan="2"><h2>Editors</h2></td>
</tr>

<tr id="version-ranges-for-iu-target-location">
<!-- https://github.com/eclipse-pde/eclipse.pde/pull/1245 -->
<td class="title">Support for version ranges and omitted version in IU target location</td>
<td class="content">
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.
Without an explicit version the value <code>0.0.0</code> is used by default, which resolves to the latest version available.
All of the following variants to specify a version in the <code>Source</code> tab of the Target Editor are now possible:
<p><img src="images/target-version-ranges-source.png" alt="Version ranges and omitted version in an IU target location"/></p>
It is also possible to define these advance versions specifications through the UI of the Target Editor.
After clicking the <code>Edit</code> button for a location, you can specify a version range for a selected unit directly in the table.
Entering <code>latest</code> is equivalent to <code>0.0.0</code> and always resolves to the latest version of that unit.
<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>
</td>
</tr>

<!-- ******************** End of Editors ********************** -->

<!-- ******************** APITools ********************** -->
Expand Down