Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2018-08-22 21:41:22 +0000
committerJeff Johnston2018-08-22 23:22:21 +0000
commit056309719619dbe47310a2d2c838fde7bb48177c (patch)
tree326d3e9db6e68f67476238aaa676870dccf86c50
parent18b551062a6a3068530ee7f63d8d3766bf4f6bee (diff)
downloadorg.eclipse.linuxtools-056309719619dbe47310a2d2c838fde7bb48177c.tar.gz
org.eclipse.linuxtools-056309719619dbe47310a2d2c838fde7bb48177c.tar.xz
org.eclipse.linuxtools-056309719619dbe47310a2d2c838fde7bb48177c.zip
Bug 538184 - NoSuchMethodError in ValgrindOptionsTab
- add SWT minimum version to org.eclipse.linuxtools.valgrind.ui to be 3.106 Change-Id: If8b6359ac83b4dd8dd722de8612831b0e47678c6 Reviewed-on: https://git.eclipse.org/r/127884 Tested-by: CI Bot Reviewed-by: Jeff Johnston <jjohnstn@redhat.com> (cherry picked from commit 429165f0a8ed2a18cfe504074e96a5ee19974da1) Reviewed-on: https://git.eclipse.org/r/127885
-rw-r--r--valgrind/org.eclipse.linuxtools.valgrind.ui/META-INF/MANIFEST.MF1
1 files changed, 1 insertions, 0 deletions
diff --git a/valgrind/org.eclipse.linuxtools.valgrind.ui/META-INF/MANIFEST.MF b/valgrind/org.eclipse.linuxtools.valgrind.ui/META-INF/MANIFEST.MF
index 5e95add18d..425d8b2081 100644
--- a/valgrind/org.eclipse.linuxtools.valgrind.ui/META-INF/MANIFEST.MF
+++ b/valgrind/org.eclipse.linuxtools.valgrind.ui/META-INF/MANIFEST.MF
@@ -13,6 +13,7 @@ Require-Bundle: org.eclipse.core.runtime,
org.eclipse.jface.text,
org.eclipse.debug.ui,
org.eclipse.cdt.core,
+ org.eclipse.swt;bundle-version="3.106.0",
org.eclipse.cdt.codan.ui.cxx
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Bundle-ActivationPolicy: lazy

Back to the top