]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.help.base/plugin.xml
(refs #7414) Added Dynamic constructor
[simantics/platform.git] / bundles / org.simantics.help.base / plugin.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <?eclipse version="3.4"?>
3 <plugin>
4
5    <extension
6          point="org.eclipse.help.base.searchParticipant">
7       <searchParticipant
8             extensions="pdf"
9             id="org.simantics.help.base.pdf"
10             participant="org.simantics.help.base.internal.PDFSearchParticipant"
11             headless="true"/>
12    </extension>
13
14 </plugin>