- The JUnit 5 plugin descriptions use a non-qualified bundle root (eg.
org.junit.jupiter.api.jar) but the jar embedded in the binary plugin has
a version qualifier. Use the binaryImportedRoot argument as it supports
wildcards.
- When attempting to locate the junit platform launcher (eg.
org.junit.platform.launcher), check if the located bundle contains the
content in an embedded jar (as declared in Bundle-ClassPath)
Change-Id: Iaab476f8607ece4b4c87a4d7da5f14702b59403b
Signed-off-by: Roland Grunberg <rgrunber@redhat.com>