Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-05-08 22:47:32 +0000
committerKevin Sawicki2012-05-08 22:47:32 +0000
commit0144a9f959348751cb24be2e289327d065c8ebb5 (patch)
tree4b64e436eb41db1ebb55f4c16f2b020814432e62 /org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
parente876b9847b536e89c0be0147d79fdca84a0dac12 (diff)
downloadegit-github-0144a9f959348751cb24be2e289327d065c8ebb5.tar.gz
egit-github-0144a9f959348751cb24be2e289327d065c8ebb5.tar.xz
egit-github-0144a9f959348751cb24be2e289327d065c8ebb5.zip
Consume Mylyn 3.7 APIs
Several internal classes were promoted to API in Mylyn 3.7 and deprecated. The GitHub connector should consume the new APIs since deprecated classes are going to be removed for Mylyn 3.8. Change-Id: Idab168d16247f00bb9d9ce6e4bbc64817b749380 Signed-off-by: Kevin Sawicki <kevin@github.com>
Diffstat (limited to 'org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF')
-rw-r--r--org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF16
1 files changed, 9 insertions, 7 deletions
diff --git a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
index 0f4475f0..778c4c27 100644
--- a/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
+++ b/org.eclipse.mylyn.github.ui/META-INF/MANIFEST.MF
@@ -10,17 +10,19 @@ Bundle-Localization: plugin
Require-Bundle: org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui;bundle-version="[3.5.0,4.0.0)",
org.eclipse.ui.forms;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.mylyn.tasks.ui;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.tasks.ui;bundle-version="[3.7.0,4.0.0)",
org.eclipse.jface.text;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.mylyn.commons.net;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.mylyn.tasks.core;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.commons.core;bundle-version="[3.7.0,4.0.0)",
+ org.eclipse.mylyn.commons.workbench;bundle-version="[3.7.0,4.0.0)",
+ org.eclipse.mylyn.commons.net;bundle-version="[3.7.0,4.0.0)",
+ org.eclipse.mylyn.tasks.core;bundle-version="[3.7.0,4.0.0)",
org.eclipse.ui.ide;bundle-version="[3.5.0,4.0.0)",
- org.eclipse.mylyn.commons.ui;bundle-version="[3.4.0,4.0.0)",
+ org.eclipse.mylyn.commons.ui;bundle-version="[3.7.0,4.0.0)",
org.eclipse.core.resources;bundle-version="[3.5.0,4.0.0)",
org.eclipse.core.expressions;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.mylyn.context.core;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.mylyn.monitor.core;bundle-version="[3.4.0,4.0.0)",
- org.eclipse.mylyn.resources.ui;bundle-version="[3.4.0,4.0.0)"
+ org.eclipse.mylyn.context.core;bundle-version="[3.7.0,4.0.0)",
+ org.eclipse.mylyn.monitor.core;bundle-version="[3.7.0,4.0.0)",
+ org.eclipse.mylyn.resources.ui;bundle-version="[3.7.0,4.0.0)"
Export-Package: org.eclipse.mylyn.internal.github.ui;version="2.0.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.gist;version="2.0.0";x-internal:=true,
org.eclipse.mylyn.internal.github.ui.issue;version="2.0.0";x-internal:=true

Back to the top