Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2007-06-08 00:36:02 +0000
committermkersten2007-06-08 00:36:02 +0000
commitb0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a (patch)
tree556ae0bd4391b3766091de98cc3d99903fb44281 /org.eclipse.mylyn.tasks.core/plugin.xml
parent539c7615dacd64aaf5ad8e91b2305429290df289 (diff)
downloadorg.eclipse.mylyn.tasks-b0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a.tar.gz
org.eclipse.mylyn.tasks-b0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a.tar.xz
org.eclipse.mylyn.tasks-b0d5e7eaa955c4fcd86eb7096ba5753abbe65a7a.zip
NEW - bug 191406: rename Mylar project to Mylyn
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191406
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.core/plugin.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.mylyn.tasks.core/plugin.xml b/org.eclipse.mylyn.tasks.core/plugin.xml
index 79953cd62..523691648 100644
--- a/org.eclipse.mylyn.tasks.core/plugin.xml
+++ b/org.eclipse.mylyn.tasks.core/plugin.xml
@@ -7,24 +7,24 @@
<!--
<extension
point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors">
- <hyperlinkDetector class="org.eclipse.mylar.internal.bugs.java.BugzillaHyperLinkDetector"/>
+ <hyperlinkDetector class="org.eclipse.mylyn.internal.bugs.java.BugzillaHyperLinkDetector"/>
</extension>
-->
<!--
<extension
- point="org.eclipse.mylar.core.context">
+ point="org.eclipse.mylyn.core.context">
<structureBridge
activeSearchIcon="icons/elcl16/edge-ref-bug.gif"
activeSearchLabel="Bugzilla References"
- class="org.eclipse.mylar.bugs.BugzillaStructureBridge"
+ class="org.eclipse.mylyn.bugs.BugzillaStructureBridge"
name="Bugzilla Structure Bridge"/>
</extension>
<extension
- point="org.eclipse.mylar.ui.context">
+ point="org.eclipse.mylyn.ui.context">
<uiBridge
- class="org.eclipse.mylar.bugs.BugzillaUiBridge"
+ class="org.eclipse.mylyn.bugs.BugzillaUiBridge"
contentType="bugzilla"/>
</extension>
-->

Back to the top