Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Miller2022-12-19 20:27:51 +0000
committerMarco Miller2023-01-11 20:24:06 +0000
commitc6a15dcb3ec9c54ff16f63ea205e5eeb442e9ed1 (patch)
tree25582cd070806c62a4afbc1e93fe5f9609c2df9d
parent02525763c3878c7441a92cb1ef5df8aac046f336 (diff)
downloadorg.eclipse.tracecompass.incubator-c6a15dcb3ec9c54ff16f63ea205e5eeb442e9ed1.tar.gz
org.eclipse.tracecompass.incubator-c6a15dcb3ec9c54ff16f63ea205e5eeb442e9ed1.tar.xz
org.eclipse.tracecompass.incubator-c6a15dcb3ec9c54ff16f63ea205e5eeb442e9ed1.zip
filters.ui.tests: Remove the unresolvable bundles
As these bundles are no longer resolvable by the Eclipse build locally, likely after the jdk 17 introduction. Fix these build errors this way. Change-Id: Idc383fce744cd84ae3c0f11bf43f34c7d40c24ea Signed-off-by: Marco Miller <marco.miller@ericsson.com> Reviewed-on: https://git.eclipse.org/r/c/tracecompass.incubator/org.eclipse.tracecompass.incubator/+/197757 Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org> Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com> Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
-rw-r--r--analyses/org.eclipse.tracecompass.incubator.filters.ui.tests/META-INF/MANIFEST.MF8
1 files changed, 1 insertions, 7 deletions
diff --git a/analyses/org.eclipse.tracecompass.incubator.filters.ui.tests/META-INF/MANIFEST.MF b/analyses/org.eclipse.tracecompass.incubator.filters.ui.tests/META-INF/MANIFEST.MF
index 703ca3e52..f0aa125f2 100644
--- a/analyses/org.eclipse.tracecompass.incubator.filters.ui.tests/META-INF/MANIFEST.MF
+++ b/analyses/org.eclipse.tracecompass.incubator.filters.ui.tests/META-INF/MANIFEST.MF
@@ -12,14 +12,8 @@ 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.jupiter.api,
- org.junit.jupiter.engine,
- org.junit.platform.commons,
- org.junit.platform.engine,
org.junit.platform.launcher,
- org.junit.vintage.engine,
org.hamcrest.core,
- org.opentest4j,
- org.apiguardian
+ org.opentest4j
Export-Package: org.eclipse.tracecompass.incubator.filters.ui.tests
Automatic-Module-Name: org.eclipse.tracecompass.incubator.lsp.ui.tests

Back to the top