Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2018-07-31 23:04:36 +0000
committerJeff Johnston2018-07-31 23:52:51 +0000
commit3dccb18f4f821bfd15b26a7d31358cc42a4ad570 (patch)
tree75fd0f80d41622616d319a98ddf62933877cfe3c
parentf3ffb7ff20d666fac24227f2a37d02d1e4516dc9 (diff)
downloadorg.eclipse.linuxtools-3dccb18f4f821bfd15b26a7d31358cc42a4ad570.tar.gz
org.eclipse.linuxtools-3dccb18f4f821bfd15b26a7d31358cc42a4ad570.tar.xz
org.eclipse.linuxtools-3dccb18f4f821bfd15b26a7d31358cc42a4ad570.zip
Bug 537354 - NoSuchMethodError in LinuxtoolsPathPropertyPage
- add minimum requirement for org.eclipse.ui requirement so SWT will be adequate level Change-Id: I388c2dbafd60216468ab8f0e64746c3d24255696 Reviewed-on: https://git.eclipse.org/r/126857 Tested-by: CI Bot Reviewed-by: Jeff Johnston <jjohnstn@redhat.com>
-rw-r--r--profiling/org.eclipse.linuxtools.tools.launch.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiling/org.eclipse.linuxtools.tools.launch.ui/META-INF/MANIFEST.MF b/profiling/org.eclipse.linuxtools.tools.launch.ui/META-INF/MANIFEST.MF
index e7661b5e60..21e2ddf819 100644
--- a/profiling/org.eclipse.linuxtools.tools.launch.ui/META-INF/MANIFEST.MF
+++ b/profiling/org.eclipse.linuxtools.tools.launch.ui/META-INF/MANIFEST.MF
@@ -5,7 +5,7 @@ Bundle-SymbolicName: org.eclipse.linuxtools.tools.launch.ui;singleton:=true
Bundle-Version: 2.0.0.qualifier
Bundle-Vendor: %provider
Bundle-Localization: plugin
-Require-Bundle: org.eclipse.ui,
+Require-Bundle: org.eclipse.ui;bundle-version="3.109.100",
org.eclipse.core.runtime,
org.eclipse.core.resources,
org.eclipse.linuxtools.tools.launch.core

Back to the top