Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsminto2009-08-28 17:56:55 +0000
committersminto2009-08-28 17:56:55 +0000
commitc06e4cc776f21c09efd24e740ca88d1e4dab1704 (patch)
tree2c534fa5220e1b8dfca8588ceeed1febc48e9468 /org.eclipse.mylyn.bugzilla-feature
parenta89356adb4d5f5228e4a312c9d19fa72d62a10e4 (diff)
downloadorg.eclipse.mylyn.tasks-c06e4cc776f21c09efd24e740ca88d1e4dab1704.tar.gz
org.eclipse.mylyn.tasks-c06e4cc776f21c09efd24e740ca88d1e4dab1704.tar.xz
org.eclipse.mylyn.tasks-c06e4cc776f21c09efd24e740ca88d1e4dab1704.zip
RESOLVED - bug 279334: make the bugzilla keywords attribute editor usable by other connectors
https://bugs.eclipse.org/bugs/show_bug.cgi?id=279334
Diffstat (limited to 'org.eclipse.mylyn.bugzilla-feature')
-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 057f16269..db2f6ed1c 100644
--- a/org.eclipse.mylyn.bugzilla-feature/feature.xml
+++ b/org.eclipse.mylyn.bugzilla-feature/feature.xml
@@ -48,7 +48,7 @@
<import feature="org.eclipse.mylyn_feature" version="3.3.0.qualifier" match="perfect"/>
<import plugin="org.eclipse.mylyn.commons.net" version="3.0.0" match="compatible"/>
<import plugin="org.eclipse.mylyn.commons.core" version="3.0.0" match="compatible"/>
- <import plugin="org.eclipse.mylyn.commons.ui" version="3.0.0" match="compatible"/>
+ <import plugin="org.eclipse.mylyn.commons.ui" version="3.3.0" match="compatible"/>
</requires>
<plugin

Back to the top