Consider only artifacts with "osgi.bundle" classifier#156
Consider only artifacts with "osgi.bundle" classifier#156nedtwigg merged 2 commits intodiffplug:mainfrom
Conversation
| .containsEntry("org.eclipse.equinox.p2.metadata", "2.3.100") | ||
| .hasSize(895); | ||
| .containsEntry("org.eclipse.help", "3.7.0") | ||
| .hasSize(743); |
There was a problem hiding this comment.
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?
| .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); |
There was a problem hiding this comment.
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?
|
Thanks for the PR, published in |
Fixes #155
After creating the PR, please add a commit that adds a bullet-point under the
-SNAPSHOTsection of CHANGES.md that includes:This makes it easier for the maintainers to quickly release your changes.