Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2011-09-07 20:08:27 +0000
committerSteffen Pingel2011-09-07 20:08:27 +0000
commit0e07584602dd8ad4c77afce3b7cfac9f16c586a1 (patch)
treeade0bc4e07fe3dc28446175c2e7d7a0d7af1c209
parent19c0320f3c50c1106d4e17fcf4ab74bd9edb71f5 (diff)
downloadorg.eclipse.mylyn.tasks-0e07584602dd8ad4c77afce3b7cfac9f16c586a1.tar.gz
org.eclipse.mylyn.tasks-0e07584602dd8ad4c77afce3b7cfac9f16c586a1.tar.xz
org.eclipse.mylyn.tasks-0e07584602dd8ad4c77afce3b7cfac9f16c586a1.zip
RESOLVED - bug 341434: support openid for login to gerrit
https://bugs.eclipse.org/bugs/show_bug.cgi?id=341434
-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 77868f684..81639cbd5 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" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.ui" version="3.7.0.I20110907" 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