You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<tdclass="title">Support for version ranges and omitted version in IU target location</td>
53
+
<tdclass="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.
56
+
All of the following variants to specify a version in the <code>Source</code> tab of the Target Editor are now possible:
57
+
<p><imgsrc="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.
59
+
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.
61
+
<p><imgsrc="images/target-version-ranges-ui.png" alt="Editing of version ranges and latest version in the UI editor of an IU target location"/></p>
62
+
</td>
63
+
</tr>
64
+
49
65
<!-- ******************** End of Editors ********************** -->
0 commit comments