Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-02-03 20:00:50 +0000
committermkersten2006-02-03 20:00:50 +0000
commit3c79c0ad5f3dd298ea7a176260a3f669cac41b7e (patch)
tree766e576dc99ed4720ee4b3bb382f861c1852de5c /org.eclipse.mylyn.tasks.core/plugin.xml
parentc80ecc68581555d2c7249d5e17e4b7b95cb12994 (diff)
downloadorg.eclipse.mylyn.tasks-3c79c0ad5f3dd298ea7a176260a3f669cac41b7e.tar.gz
org.eclipse.mylyn.tasks-3c79c0ad5f3dd298ea7a176260a3f669cac41b7e.tar.xz
org.eclipse.mylyn.tasks-3c79c0ad5f3dd298ea7a176260a3f669cac41b7e.zip
Progress on: Bug 126240: integrate Mylar facilities with standard Java Editor
https://bugs.eclipse.org/bugs/show_bug.cgi?id=126240
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.core/plugin.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.eclipse.mylyn.tasks.core/plugin.xml b/org.eclipse.mylyn.tasks.core/plugin.xml
index 9d0e50bcb..b2538d242 100644
--- a/org.eclipse.mylyn.tasks.core/plugin.xml
+++ b/org.eclipse.mylyn.tasks.core/plugin.xml
@@ -20,12 +20,12 @@
</extension>
-->
-<!--
+ <!--
<extension
- point="org.eclipse.jdt.ui.javaEditorHyperlinkDetectors">
+ point="org.eclipse.ui.workbench.texteditor.hyperlinkDetectors">
<hyperlinkDetector class="org.eclipse.mylar.internal.bugs.java.BugzillaHyperLinkDetector"/>
- </extension>
--->
+ </extension>
+ -->
<extension point="org.eclipse.ui.popupMenus">
<objectContribution

Back to the top