Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2010-04-03 01:33:20 +0000
committerspingel2010-04-03 01:33:20 +0000
commitac04a12c6f57645283593918e5f0f47dad4ea44e (patch)
tree1f42c4b4f3073e8ee63d83bd9dc3ebe3c8f5bd06 /org.eclipse.mylyn-feature
parent3a236a4458dd45d54e3243943c67f286a74da59b (diff)
downloadorg.eclipse.mylyn.tasks-ac04a12c6f57645283593918e5f0f47dad4ea44e.tar.gz
org.eclipse.mylyn.tasks-ac04a12c6f57645283593918e5f0f47dad4ea44e.tar.xz
org.eclipse.mylyn.tasks-ac04a12c6f57645283593918e5f0f47dad4ea44e.zip
NEW - bug 305075: [patch] consume search extension point
https://bugs.eclipse.org/bugs/show_bug.cgi?id=305075
Diffstat (limited to 'org.eclipse.mylyn-feature')
-rw-r--r--org.eclipse.mylyn-feature/feature.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.mylyn-feature/feature.xml b/org.eclipse.mylyn-feature/feature.xml
index db17218e2..72d3df3d4 100644
--- a/org.eclipse.mylyn-feature/feature.xml
+++ b/org.eclipse.mylyn-feature/feature.xml
@@ -105,6 +105,13 @@
unpack="false"/>
<plugin
+ id="org.eclipse.mylyn.tasks.search"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
id="org.eclipse.mylyn.monitor.core"
download-size="0"
install-size="0"

Back to the top