Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-10-13 22:22:45 +0000
committerspingel2008-10-13 22:22:45 +0000
commit592608da1e5280e55022a30c0e2baaf1b18a9d45 (patch)
tree6a5ac9b76bf16b2b6042f5ce9b67749250da6f30 /org.eclipse.mylyn.trac-feature/feature.xml
parent199d5764555d5751b9bf6a98aa9b794a6795c3b9 (diff)
downloadorg.eclipse.mylyn.tasks-592608da1e5280e55022a30c0e2baaf1b18a9d45.tar.gz
org.eclipse.mylyn.tasks-592608da1e5280e55022a30c0e2baaf1b18a9d45.tar.xz
org.eclipse.mylyn.tasks-592608da1e5280e55022a30c0e2baaf1b18a9d45.zip
RESOLVED - bug 214341: Large XML-RPC requests fail when using digest authentication and tracd
https://bugs.eclipse.org/bugs/show_bug.cgi?id=214341
Diffstat (limited to 'org.eclipse.mylyn.trac-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.trac-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.trac-feature/feature.xml b/org.eclipse.mylyn.trac-feature/feature.xml
index 4277e98c7..8d7b5c453 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -77,7 +77,7 @@ Java and all Java-based trademarks are trademarks of Sun Microsystems, Inc. in t
<import plugin="org.apache.xmlrpc" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.osgi"/>
<import plugin="org.apache.commons.httpclient"/>
- <import feature="org.eclipse.mylyn_feature" version="3.0.1.I20080716" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.1.0.I20081013-2100" match="compatible"/>
</requires>
<plugin

Back to the top