Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-02-08 00:43:04 +0000
committermkersten2006-02-08 00:43:04 +0000
commita52fd11d0429a54f60f1f706f5a958c981a1070d (patch)
tree5003daaa4ec5fe9b5f53978f0444316396ae127a /org.eclipse.mylyn.bugzilla.ui/plugin.xml
parentc3f648611ebe76ead6e5ff15ad5c5875f05d4038 (diff)
downloadorg.eclipse.mylyn.tasks-a52fd11d0429a54f60f1f706f5a958c981a1070d.tar.gz
org.eclipse.mylyn.tasks-a52fd11d0429a54f60f1f706f5a958c981a1070d.tar.xz
org.eclipse.mylyn.tasks-a52fd11d0429a54f60f1f706f5a958c981a1070d.zip
Progress on: Bug 126842: prototype JIRA support
https://bugs.eclipse.org/bugs/show_bug.cgi?id=126842
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.ui/plugin.xml')
-rw-r--r--org.eclipse.mylyn.bugzilla.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.ui/plugin.xml b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
index 3b7d011ca..0de94c085 100644
--- a/org.eclipse.mylyn.bugzilla.ui/plugin.xml
+++ b/org.eclipse.mylyn.bugzilla.ui/plugin.xml
@@ -18,7 +18,7 @@
<repositoryClient
class="org.eclipse.mylar.internal.bugzilla.ui.tasklist.BugzillaRepositoryClient"
id="org.eclipse.mylar.bugzilla.tasklist.repositories"
- name="Bugzilla Client"
+ name="Bugzilla Repository Client"
type="bugzilla"/>
</extension>

Back to the top