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-feature/feature.xml
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-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index 91e867bf..8083acbb 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -19,15 +19,8 @@
</license>
<requires>
- <import plugin="org.eclipse.core.runtime" version="3.5.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.mylyn.tasks.core" version="3.2.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.ui" version="3.5.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.ui.forms" version="3.4.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.mylyn.tasks.ui" version="3.2.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.7.0" match="greaterOrEqual"/>
<import plugin="com.google.gson" version="1.6" match="greaterOrEqual"/>
- <import plugin="org.eclipse.jface.text" version="3.5.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.ui.ide" version="3.5.0" match="greaterOrEqual"/>
- <import plugin="org.eclipse.core.resources" version="3.5.0" match="greaterOrEqual"/>
</requires>
<plugin

Back to the top