Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-04-06 06:33:58 +0000
committermkersten2006-04-06 06:33:58 +0000
commit56978df28f149dff993bc4f1037a73bad3b27540 (patch)
tree82affe46201ccaa4e9f9cb3c9f5de9b7304f5c43 /org.eclipse.mylyn.tasks.core/plugin.xml
parent8b4c7047304960257e10d0d8ce6b76d1b3ed3425 (diff)
downloadorg.eclipse.mylyn.tasks-56978df28f149dff993bc4f1037a73bad3b27540.tar.gz
org.eclipse.mylyn.tasks-56978df28f149dff993bc4f1037a73bad3b27540.tar.xz
org.eclipse.mylyn.tasks-56978df28f149dff993bc4f1037a73bad3b27540.zip
Completed: 131826: Mylar can't be applied to Project Explorer view
https://bugs.eclipse.org/bugs/show_bug.cgi?id=131826
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.core/plugin.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/org.eclipse.mylyn.tasks.core/plugin.xml b/org.eclipse.mylyn.tasks.core/plugin.xml
index 3f77c4466..2c69a415b 100644
--- a/org.eclipse.mylyn.tasks.core/plugin.xml
+++ b/org.eclipse.mylyn.tasks.core/plugin.xml
@@ -9,6 +9,13 @@
id="org.eclipse.mylar.tasks.hyperlink.detector.java.stack"/>
</extension>
+ <!--
+ <extension
+ point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors">
+ <hyperlinkDetector class="org.eclipse.mylar.internal.bugs.java.BugzillaHyperLinkDetector"/>
+ </extension>
+ -->
+
<!--
<extension
point="org.eclipse.mylar.core.context">
@@ -26,11 +33,4 @@
contentType="bugzilla"/>
</extension>
-->
-
- <!--
- <extension
- point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors">
- <hyperlinkDetector class="org.eclipse.mylar.internal.bugs.java.BugzillaHyperLinkDetector"/>
- </extension>
- -->
</plugin>

Back to the top