Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Keppler2017-07-18 19:16:18 +0000
committerMatthias Sohn2017-08-01 21:40:23 +0000
commit26e2a9fe3ae3b39db2651d6f8a890b2fd46dff20 (patch)
tree0fd6b491c91a35f4fe5d1dee5c603e1bb085de09 /org.eclipse.mylyn.github-feature
parent7a62c13e6bf251d2785725e18eaa7e32f4606397 (diff)
downloadegit-github-26e2a9fe3ae3b39db2651d6f8a890b2fd46dff20.tar.gz
egit-github-26e2a9fe3ae3b39db2651d6f8a890b2fd46dff20.tar.xz
egit-github-26e2a9fe3ae3b39db2651d6f8a890b2fd46dff20.zip
Remove deprecated access to mylyn.tasks
Now using new (redirected) values of several deprecated constants. Minimum version of mylyn.tasks.core has been increased to the version 3.9.0 where the new constants are declared. That minimum version is years behind the current version, so this does not really seem unfair to users of mylyn, as it does not enforce upgrading to a very recent version. Checked with egit-4.5 target platform. Change-Id: If49165fcaf4956079935a091887da6e5ad412316 Signed-off-by: Michael Keppler <Michael.Keppler@gmx.de> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github-feature')
-rw-r--r--org.eclipse.mylyn.github-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github-feature/feature.xml b/org.eclipse.mylyn.github-feature/feature.xml
index 6a358481..b9ba8877 100644
--- a/org.eclipse.mylyn.github-feature/feature.xml
+++ b/org.eclipse.mylyn.github-feature/feature.xml
@@ -20,7 +20,7 @@
<requires>
<import feature="org.eclipse.egit" version="3.2.0" match="greaterOrEqual"/>
- <import feature="org.eclipse.mylyn_feature" version="3.7.0" match="greaterOrEqual"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.9.0" match="greaterOrEqual"/>
<import plugin="com.google.gson" version="1.6" match="greaterOrEqual"/>
</requires>

Back to the top