Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2009-06-11 16:57:01 +0000
committermkersten2009-06-11 16:57:01 +0000
commit17572fe27ad37ec8e8c1bc02a0dd39bce91849bc (patch)
tree7d8db556863996e2ad9c444dd26f95ff7920932f
parent253261a386c6fc1ff39c768ce0bfd354d1635231 (diff)
downloadorg.eclipse.mylyn-17572fe27ad37ec8e8c1bc02a0dd39bce91849bc.tar.gz
org.eclipse.mylyn-17572fe27ad37ec8e8c1bc02a0dd39bce91849bc.tar.xz
org.eclipse.mylyn-17572fe27ad37ec8e8c1bc02a0dd39bce91849bc.zip
NEW - bug 279709: manage Mylyn Connector Discovery listing
https://bugs.eclipse.org/bugs/show_bug.cgi?id=279709
-rw-r--r--org.eclipse.mylyn.discovery-directory/plugin.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.discovery-directory/plugin.properties b/org.eclipse.mylyn.discovery-directory/plugin.properties
index 305b2365..b5cb5c2a 100644
--- a/org.eclipse.mylyn.discovery-directory/plugin.properties
+++ b/org.eclipse.mylyn.discovery-directory/plugin.properties
@@ -8,13 +8,13 @@ connectorCategory.name.community = Community
connectorCategory.description.community = Connectors provided by the Mylyn Community. Level of support may vary.
connectorDescriptor.description.bugzilla = Integration for the open source Bugzilla bug tracking system (2.18 to 3.2).
-connectorDescriptor.provider.bugzilla = Eclipse
+connectorDescriptor.provider.bugzilla = Eclipse Mylyn
connectorDescriptor.license.bugzilla = Free, EPL
connectorDescriptor.name.bugzilla = Mozilla Bugzilla
connectorDescriptor.overview.summary.bugzilla = ...
connectorDescriptor.description.trac = Integration for the open source Trac wiki and issue tracking system (0.9 and 0.10).
-connectorDescriptor.provider.trac = Eclipse
+connectorDescriptor.provider.trac = Eclipse Mylyn
connectorDescriptor.license.trac = Free, EPL
connectorDescriptor.name.trac = Edgewall Trac
connectorDescriptor.overview.summary.trac = Trac is an enhanced wiki and issue tracking system for software development projects. Trac uses a minimalistic approach to web-based software project management. \n\

Back to the top