Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-06-02 03:43:49 +0000
committerspingel2009-06-02 03:43:49 +0000
commitafd2b40387cdab3a7d1556922b6672dd003f71a9 (patch)
tree98cbc12c74a8f5d70adac573afa1005105ef5510 /org.eclipse.mylyn.trac-feature
parent3efd5c437b167ca3ff2469c8b07ee38ae9279e40 (diff)
downloadorg.eclipse.mylyn.tasks-afd2b40387cdab3a7d1556922b6672dd003f71a9.tar.gz
org.eclipse.mylyn.tasks-afd2b40387cdab3a7d1556922b6672dd003f71a9.tar.xz
org.eclipse.mylyn.tasks-afd2b40387cdab3a7d1556922b6672dd003f71a9.zip
REOPENED - bug 278616: [releng] specify minimum version constraints for connectors
https://bugs.eclipse.org/bugs/show_bug.cgi?id=278616
Diffstat (limited to 'org.eclipse.mylyn.trac-feature')
-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 24fcb9e3d..54b9d0203 100644
--- a/org.eclipse.mylyn.trac-feature/feature.xml
+++ b/org.eclipse.mylyn.trac-feature/feature.xml
@@ -36,7 +36,7 @@
<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.1.0.I20081013-2100" match="compatible"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.2.0.I20090531" match="compatible"/>
</requires>
<plugin

Back to the top