From 191cd1982583f4b5eab69c5cfa6b0a4b9183c1b2 Mon Sep 17 00:00:00 2001 From: Alexander Fedorov Date: Sat, 1 Feb 2020 20:11:12 +0300 Subject: [PATCH] Bug 559641 - No Meson in CDT due to Meson UI causing OSGi wiring issue I have no idea why JAX-RS was needed to parse JSON, may be meson has REST based web-services? Who knows. I removed com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider that seems to cause wiring issue - but I'm not sure that it is really gone. I still can see a UI from json, checked it with modifying field descriptions in "intro-buildoptions.json" Change-Id: I2252ae0901e4e408ba6a4752c91ad3a1fbecb096 Signed-off-by: Alexander Fedorov --- build/org.eclipse.cdt.meson.ui/META-INF/MANIFEST.MF | 1 - 1 file changed, 1 deletion(-) diff --git a/build/org.eclipse.cdt.meson.ui/META-INF/MANIFEST.MF b/build/org.eclipse.cdt.meson.ui/META-INF/MANIFEST.MF index 089e7f90cca..a87ef80bac4 100644 --- a/build/org.eclipse.cdt.meson.ui/META-INF/MANIFEST.MF +++ b/build/org.eclipse.cdt.meson.ui/META-INF/MANIFEST.MF @@ -20,7 +20,6 @@ Require-Bundle: org.eclipse.core.runtime;bundle-version="3.13.0", org.eclipse.debug.core;bundle-version="3.11.0", org.eclipse.cdt.launch;bundle-version="9.2.0", org.eclipse.debug.ui;bundle-version="3.12.50", - com.fasterxml.jackson.jaxrs.jackson-jaxrs-json-provider;bundle-version="2.9.9", com.fasterxml.jackson.core.jackson-databind;bundle-version="2.9.93", com.fasterxml.jackson.core.jackson-core;bundle-version="2.9.9" Automatic-Module-Name: org.eclipse.cdt.meson.ui