Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.help.base/plugin.xml')
-rw-r--r--org.eclipse.help.base/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.help.base/plugin.xml b/org.eclipse.help.base/plugin.xml
index 637239499..7f4752f99 100644
--- a/org.eclipse.help.base/plugin.xml
+++ b/org.eclipse.help.base/plugin.xml
@@ -163,7 +163,7 @@
<extension
point="org.eclipse.help.base.luceneSearchParticipants">
<searchParticipant
- extensions="xhtml"
+ content-type="org.eclipse.help.xhtml"
id="org.eclipse.help.base.xhtml"
participant="org.eclipse.help.internal.search.XHTMLSearchParticipant"
headless="true"/>

Back to the top