Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2010-01-08 19:57:17 +0000
committerChris Goldthorpe2010-01-08 19:57:17 +0000
commit3ba79722ab08d1a09d2ff7d688ae232279c9f896 (patch)
treee48849a53f377a4716701f1b9ad09222a87a904b /org.eclipse.ua.tests/plugin.xml
parentaace23df09c8a3438df18379c815730360d306a7 (diff)
downloadeclipse.platform.ua-3ba79722ab08d1a09d2ff7d688ae232279c9f896.tar.gz
eclipse.platform.ua-3ba79722ab08d1a09d2ff7d688ae232279c9f896.tar.xz
eclipse.platform.ua-3ba79722ab08d1a09d2ff7d688ae232279c9f896.zip
Bug 298510 – [Help][Search] org.eclipse.help.base API uses classes from Lucene
Diffstat (limited to 'org.eclipse.ua.tests/plugin.xml')
-rw-r--r--org.eclipse.ua.tests/plugin.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/plugin.xml b/org.eclipse.ua.tests/plugin.xml
index 4aa87542d..936209c2d 100644
--- a/org.eclipse.ua.tests/plugin.xml
+++ b/org.eclipse.ua.tests/plugin.xml
@@ -621,5 +621,22 @@
participant="org.eclipse.ua.tests.help.search.MockLuceneXMLParticipant">
</searchParticipant>
</extension>
+ <extension
+ point="org.eclipse.help.base.searchParticipant">
+ <searchParticipant
+ headless="false"
+ icon="icons/sample4.gif"
+ id="org.eclipse.ua.tests.searchParticipant"
+ name="Mock Search Participant"
+ participant="org.eclipse.ua.tests.help.search.MockSearchParticipant">
+ </searchParticipant>
+ <searchParticipant
+ headless="false"
+ icon="icons/sample4.gif"
+ id="org.eclipse.ua.tests.searchParticipantXml"
+ name="Mock Search Participant for XML"
+ participant="org.eclipse.ua.tests.help.search.MockSearchParticipantXML">
+ </searchParticipant>
+ </extension>
</plugin>

Back to the top