Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJulian Honnen2019-03-14 14:09:39 +0000
committerJulian Honnen2019-03-14 14:09:39 +0000
commitbc1f4989372b140b7f271e300da7224825ea1911 (patch)
tree0166c26013584a73d1b11bacf0f8571ece8dd6cf /bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
parent84f915fb01dcc3ffdcccc225cda66f0fe2c2e0ca (diff)
downloadeclipse.platform.team-bc1f4989372b140b7f271e300da7224825ea1911.tar.gz
eclipse.platform.team-bc1f4989372b140b7f271e300da7224825ea1911.tar.xz
eclipse.platform.team-bc1f4989372b140b7f271e300da7224825ea1911.zip
Bug 545372 - Replace deprecated HandlerSubmissionI20190318-1800
Replaced deprecated HandlerSubmission with equivalent handler activation. Change-Id: I261cc6b3563070dba99d9d3765bae75e5d60f625 Signed-off-by: Julian Honnen <julian.honnen@vector.com>
Diffstat (limited to 'bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF')
-rw-r--r--bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF3
1 files changed, 2 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF b/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
index bc23e733a..a2720af66 100644
--- a/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.team.ui/META-INF/MANIFEST.MF
@@ -30,7 +30,8 @@ Require-Bundle: org.eclipse.ui.ide;bundle-version="[3.3.0,4.0.0)";resolution:=op
org.eclipse.ui.forms;bundle-version="[3.3.0,4.0.0)",
org.eclipse.ui.navigator;bundle-version="[3.3.0,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.3.0,4.0.0)",
- org.eclipse.ui.editors;bundle-version="[3.3.0,4.0.0)"
+ org.eclipse.ui.editors;bundle-version="[3.3.0,4.0.0)",
+ org.eclipse.core.expressions;bundle-version="[3.6.0,4.0.0)"
Bundle-ActivationPolicy: lazy
Import-Package: com.ibm.icu.text,
com.ibm.icu.util

Back to the top