Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrey Loskutov2018-10-17 12:25:14 +0000
committerAndrey Loskutov2018-10-18 05:13:41 +0000
commit8145992a4908a842ad58791594bbd8b5811dbc4f (patch)
treeec6fdd5b9744f49e774ef2c5cb7e0f39c3a5bd07 /org.eclipse.debug.ui/META-INF/MANIFEST.MF
parentfb5b817008012540fb111acd48a7d128c65bd6b9 (diff)
downloadeclipse.platform.debug-8145992a4908a842ad58791594bbd8b5811dbc4f.tar.gz
eclipse.platform.debug-8145992a4908a842ad58791594bbd8b5811dbc4f.tar.xz
eclipse.platform.debug-8145992a4908a842ad58791594bbd8b5811dbc4f.zip
Bug 491273 - remove copy/pasted getClosestMonitor() implementation
Change-Id: I66ec9cdcde9ea31977ae5b5f77282edcdd22a684 Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
Diffstat (limited to 'org.eclipse.debug.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.debug.ui/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/META-INF/MANIFEST.MF b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
index ba80c4c5a..a6f49a4db 100644
--- a/org.eclipse.debug.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.debug.ui/META-INF/MANIFEST.MF
@@ -78,7 +78,7 @@ Export-Package: org.eclipse.debug.internal.ui;
org.eclipse.debug.ui.stringsubstitution
Require-Bundle: org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
org.eclipse.core.variables;bundle-version="[3.2.800,4.0.0)",
- org.eclipse.ui;bundle-version="[3.110.0,4.0.0)",
+ org.eclipse.ui;bundle-version="[3.111.0,4.0.0)",
org.eclipse.ui.console;bundle-version="[3.5.300,4.0.0)",
org.eclipse.help;bundle-version="[3.4.0,4.0.0)",
org.eclipse.debug.core;bundle-version="[3.9.0,4.0.0)";visibility:=reexport,

Back to the top