Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrelves2006-06-06 17:04:27 +0000
committerrelves2006-06-06 17:04:27 +0000
commitd6adf902ecafbef942349464348e4435750dd099 (patch)
tree98f2216b76122d543142398e04df1befd6d82579 /org.eclipse.mylyn.tasks.core/plugin.xml
parentdfc7515333dbc2dc6cb9f546e411c211da0fc33e (diff)
downloadorg.eclipse.mylyn.tasks-d6adf902ecafbef942349464348e4435750dd099.tar.gz
org.eclipse.mylyn.tasks-d6adf902ecafbef942349464348e4435750dd099.tar.xz
org.eclipse.mylyn.tasks-d6adf902ecafbef942349464348e4435750dd099.zip
Progress on: 144998: create common offline report storage
https://bugs.eclipse.org/bugs/show_bug.cgi?id=144998
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/plugin.xml')
-rw-r--r--org.eclipse.mylyn.tasks.core/plugin.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/org.eclipse.mylyn.tasks.core/plugin.xml b/org.eclipse.mylyn.tasks.core/plugin.xml
index 2c69a415b..5a5adfd94 100644
--- a/org.eclipse.mylyn.tasks.core/plugin.xml
+++ b/org.eclipse.mylyn.tasks.core/plugin.xml
@@ -2,18 +2,11 @@
<?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.ui.workbench.texteditor.hyperlinkDetectors">
<hyperlinkDetector class="org.eclipse.mylar.internal.bugs.java.BugzillaHyperLinkDetector"/>
- </extension>
+ </extension>
-->
<!--

Back to the top