Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-03-02 00:31:52 +0000
committerspingel2008-03-02 00:31:52 +0000
commit1014c1dcb5ec6a4dbed0c47cf859677144c54f8d (patch)
treefcdc8f9f008b3c004612787440c4868282548383 /org.eclipse.mylyn.bugzilla-feature/feature.xml
parent09f69e8f3c7f44e4fb530c998f2a29cb42698bd5 (diff)
downloadorg.eclipse.mylyn.tasks-1014c1dcb5ec6a4dbed0c47cf859677144c54f8d.tar.gz
org.eclipse.mylyn.tasks-1014c1dcb5ec6a4dbed0c47cf859677144c54f8d.tar.xz
org.eclipse.mylyn.tasks-1014c1dcb5ec6a4dbed0c47cf859677144c54f8d.zip
NEW - bug 214159: consume library dependencies from Orbit
https://bugs.eclipse.org/bugs/show_bug.cgi?id=214159
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature/feature.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla-feature/feature.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla-feature/feature.xml b/org.eclipse.mylyn.bugzilla-feature/feature.xml
index 56f3dce87..7dfcb9652 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -235,7 +235,7 @@ litigation.
<import plugin="org.eclipse.update.ui"/>
<import plugin="org.eclipse.mylyn.bugzilla.core"/>
<import plugin="org.eclipse.mylyn.tasks.ui"/>
- <import feature="org.eclipse.mylyn_feature" version="2.2.0.qualifier" match="greaterOrEqual"/>
+ <import feature="org.eclipse.mylyn_feature" version="3.0.0.qualifier" match="perfect"/>
</requires>
<plugin

Back to the top