Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2006-04-06 04:19:25 +0000
committermkersten2006-04-06 04:19:25 +0000
commit8b4c7047304960257e10d0d8ce6b76d1b3ed3425 (patch)
treeaa5e053dcd3a04a5eec1e0e95fbc1e145240532d /org.eclipse.mylyn.tasks.core/plugin.xml
parent477d4afa5f32044ff9f396d5d94ed0e6cc34428d (diff)
downloadorg.eclipse.mylyn.tasks-8b4c7047304960257e10d0d8ce6b76d1b3ed3425.tar.gz
org.eclipse.mylyn.tasks-8b4c7047304960257e10d0d8ce6b76d1b3ed3425.tar.xz
org.eclipse.mylyn.tasks-8b4c7047304960257e10d0d8ce6b76d1b3ed3425.zip
Progress on: 110202: bug links should be clickable in bug editor
https://bugs.eclipse.org/bugs/show_bug.cgi?id=110202
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.core/plugin.xml15
1 files changed, 7 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.tasks.core/plugin.xml b/org.eclipse.mylyn.tasks.core/plugin.xml
index d63a41d08..3f77c4466 100644
--- a/org.eclipse.mylyn.tasks.core/plugin.xml
+++ b/org.eclipse.mylyn.tasks.core/plugin.xml
@@ -2,6 +2,13 @@
<?eclipse version="3.0"?>
<?eclipse version="3.0"?>
<plugin>
+ <extension
+ point="org.eclipse.mylar.tasklist.editors">
+ <hyperlinkDetector
+ class="org.eclipse.mylar.internal.bugs.java.JavaStackTraceHyperlinkDetector"
+ id="org.eclipse.mylar.tasks.hyperlink.detector.java.stack"/>
+ </extension>
+
<!--
<extension
point="org.eclipse.mylar.core.context">
@@ -26,12 +33,4 @@
<hyperlinkDetector class="org.eclipse.mylar.internal.bugs.java.BugzillaHyperLinkDetector"/>
</extension>
-->
-
-
- <extension
- point="org.eclipse.mylar.tasklist.editors">
- <hyperlinkDetector
- class="org.eclipse.mylar.internal.bugs.java.JavaStackTraceHyperlinkDetector"
- id="org.eclipse.mylar.tasks.hyperlink.detector.java.stack"/>
- </extension>
</plugin>

Back to the top