Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2012-06-26 19:19:20 +0000
committerJohn Arthorne2012-07-24 17:19:10 +0000
commitb2cd66c448e1b9fdbc44505ab196dcda7c11dc54 (patch)
tree6d4ec99ce6d07855b9fe4b9d01866b5150d2fbff /org.eclipse.ua.tests/plugin.xml
parent42c842263c0e3058d987be5b3283c350f4c53d4f (diff)
downloadeclipse.platform.ua-b2cd66c448e1b9fdbc44505ab196dcda7c11dc54.tar.gz
eclipse.platform.ua-b2cd66c448e1b9fdbc44505ab196dcda7c11dc54.tar.xz
eclipse.platform.ua-b2cd66c448e1b9fdbc44505ab196dcda7c11dc54.zip
Removed test based on removed lucene extension point
Diffstat (limited to 'org.eclipse.ua.tests/plugin.xml')
-rw-r--r--org.eclipse.ua.tests/plugin.xml17
1 files changed, 0 insertions, 17 deletions
diff --git a/org.eclipse.ua.tests/plugin.xml b/org.eclipse.ua.tests/plugin.xml
index c1ab1c748..0826e431d 100644
--- a/org.eclipse.ua.tests/plugin.xml
+++ b/org.eclipse.ua.tests/plugin.xml
@@ -627,23 +627,6 @@
</serviceSelector>
</extension>
<extension
- point="org.eclipse.help.base.luceneSearchParticipants">
- <searchParticipant
- headless="false"
- icon="icons/sample4.gif"
- id="org.eclipse.ua.tests.luceneTestParticipant"
- name="Lucene Search Participant Test"
- participant="org.eclipse.ua.tests.help.search.MockLuceneParticipant">
- </searchParticipant>
- <searchParticipant
- headless="false"
- icon="icons/sample4.gif"
- id="org.eclipse.ua.tests.xmlLuceneParticipant"
- name="XML Lucene Participant"
- participant="org.eclipse.ua.tests.help.search.MockLuceneXMLParticipant">
- </searchParticipant>
- </extension>
- <extension
point="org.eclipse.help.base.searchParticipant">
<searchParticipant
headless="false"

Back to the top