Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-09-07 20:37:29 +0000
committerSteffen Pingel2011-09-07 20:37:29 +0000
commit7515894199deceb208b8d2f7d5807ca4c8f7cadd (patch)
treed0da91c2fa4fce11507eba4845ceecb5dfa62d79 /org.eclipse.mylyn-feature
parent0e07584602dd8ad4c77afce3b7cfac9f16c586a1 (diff)
downloadorg.eclipse.mylyn.tasks-7515894199deceb208b8d2f7d5807ca4c8f7cadd.tar.gz
org.eclipse.mylyn.tasks-7515894199deceb208b8d2f7d5807ca4c8f7cadd.tar.xz
org.eclipse.mylyn.tasks-7515894199deceb208b8d2f7d5807ca4c8f7cadd.zip
RESOLVED - bug 341434: support openid for login to gerrit
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341434
Diffstat (limited to 'org.eclipse.mylyn-feature')
-rw-r--r--org.eclipse.mylyn-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index 81639cbd5..4fa18c99b 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -39,7 +39,7 @@
<import plugin="org.eclipse.mylyn.commons.identity" version="0.9.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.commons.repositories" version="0.9.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.commons.team" version="0.9.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.ui" version="3.7.0.I20110907" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.ui" version="3.7.0.I20110906" match="compatible"/>
<import plugin="org.apache.commons.codec" version="1.3.0" match="compatible"/>
<import plugin="org.apache.commons.lang" version="2.3.0" match="compatible"/>
<import plugin="org.apache.commons.logging" version="1.0.4" match="compatible"/>

Back to the top