Consider only artifacts with "osgi.bundle" classifier by jmini · Pull Request #156 · diffplug/goomph
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 33
Merged
Consider only artifacts with "osgi.bundle" classifier#156
nedtwigg merged 2 commits intodiffplug:mainfrom
Consider only artifacts with "osgi.bundle" classifier#156
nedtwigg merged 2 commits intodiffplug:mainfrom
Conversation
Copy link
Contributor
Fixes #155
After creating the PR, please add a commit that adds a bullet-point under the -SNAPSHOT section of CHANGES.md that includes:
- a summary of the change
- a link to the newly created PR
This makes it easier for the maintainers to quickly release your changes.
jmini commented Sep 9, 2021
| .containsEntry("org.eclipse.equinox.p2.metadata", "2.3.100") | ||
| .hasSize(895); | ||
| .containsEntry("org.eclipse.help", "3.7.0") | ||
| .hasSize(743); |
Copy link
Contributor Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
743 is also the size returned bnd when listing the content of the
https://download.eclipse.org/eclipse/updates/4.6/
Output: https://github.com/jmini/ecentral/blob/master/data/4.6/bnd-output.txt
Approach described on stackoverflow:
How to programmatically query a p2 repository for information and artifacts?
jmini commented Sep 9, 2021
| .containsEntry("org.eclipse.debug.core", "3.14.100") | ||
| .containsEntry("org.eclipse.equinox.p2.metadata", "2.4.600") | ||
| .containsEntry("org.eclipse.help", "3.8.600") | ||
| .hasSize(785); |
Copy link
Contributor Author
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
785 is also the size returned bnd when listing the content of the
https://download.eclipse.org/eclipse/updates/4.14/
Output: https://github.com/jmini/ecentral/blob/master/data/4.14/bnd-output.txt
Approach described on stackoverflow:
How to programmatically query a p2 repository for information and artifacts?
nedtwigg
merged commit
f835c93
into
diffplug:main
Copy link
Member
nedtwigg
commented
Sep 9, 2021
nedtwigg commented
Sep 9, 2021Thanks for the PR, published in 3.32.1.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment