Skip to content

Commit 9e08dd7

Browse files
author
Neha Burnwal
committed
Add N&N - quick fix for addition of available matching version in
manifest
1 parent 1efcb08 commit 9e08dd7

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
1.3 MB
Loading

news/4.40/pde.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,21 @@ both are shown in the format `Name [ID]`;
7171
otherwise, only the ID is displayed.
7272

7373
![Target Editor showing IU IDs](images/target-editor-iu-id.png)
74+
75+
76+
### Version Mapping for Required Bundles and Imported Packages
77+
<details>
78+
<summary>Contributors</summary>
79+
80+
- [Neha Burnwal ](https://github.com/nburnwal09)
81+
82+
</details>
83+
84+
A quick fix is provided for adding the available matching version range for required bundles and imported packages
85+
in the `MANIFEST.MF` file.
86+
87+
![Addition of matching version](images/versionAdd_quickFix.png)
88+
89+
The quick fix is labeled as `Require latest available version range`.
90+
Once the user clicks on `Finish`, it adds the version range to the specific require bundle or import package.
91+
For example, version 7.2.3 is interpreted as the compatible range [7.2.0,8.0.0)

0 commit comments

Comments
 (0)