Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteffen Pingel2012-02-15 13:38:09 +0000
committerSteffen Pingel2012-02-15 13:38:09 +0000
commit081c42f176fb1937de7fb13d81e5b32b2d54cd6b (patch)
treea2c8be56caa6e3a453b20b6deab800f4430d3296 /org.eclipse.mylyn.bugzilla-feature/feature.xml
parent56b8a0c9aa2224f73c89108deba76cfb6b1b83a6 (diff)
downloadorg.eclipse.mylyn.tasks-R_3_6_5.tar.gz
org.eclipse.mylyn.tasks-R_3_6_5.tar.xz
org.eclipse.mylyn.tasks-R_3_6_5.zip
NEW - bug 371626: prevent installations of o.e.m.tasks.ui 3.6 withR_3_6_5e_3_7_m_3_6_x
o.e.m.commons.identity 0.9 https://bugs.eclipse.org/bugs/show_bug.cgi?id=371626
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index a8ed28d98..85728006b 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -29,8 +29,8 @@
</license>
<requires>
- <import plugin="org.eclipse.mylyn.commons.net" version="3.6.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.6.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.net" version="3.6.0" match="equivalent"/>
+ <import plugin="org.eclipse.mylyn.commons.xmlrpc" version="3.6.0" match="equivalent"/>
<import plugin="org.apache.xmlrpc" version="3.0.0" match="compatible"/>
<import plugin="org.apache.ws.commons.util" version="1.0.1" match="compatible"/>
<import plugin="javax.xml.bind" version="2.0.0" match="compatible"/>

Back to the top