Skip to content

Commit

Permalink
filters.ui: Remove o.junit.platform.launcher in MF
Browse files Browse the repository at this point in the history
Fix the previous build error [1] by removing this bundle from that
MANIFEST file. Building this change in Eclipse fixes [1] while not
lending other related errors.

[1] Bundle 'org.junit.platform.launcher' cannot be resolved

Change-Id: I8332eb97d4895cb64493534f9be54ea214d4419d
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/200777
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Patrick Tasse <patrick.tasse@gmail.com>
Reviewed-by: Patrick Tasse <patrick.tasse@gmail.com>
  • Loading branch information
marco-miller committed Mar 22, 2023
1 parent 107fe2c commit c468842
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.tracecompass.incubator.filters.ui,
org.eclipse.jdt.annotation;bundle-version="[2.0.0,3.0.0)";resolution:=optional,
org.junit,
org.junit.platform.launcher,
org.hamcrest.core,
org.opentest4j
Export-Package: org.eclipse.tracecompass.incubator.filters.ui.tests
Expand Down

0 comments on commit c468842

Please sign in to comment.