25 lines
574 B
Plaintext
25 lines
574 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.0"?>
|
||
|
<plugin
|
||
|
id="pdf_table"
|
||
|
name="pdf_table"
|
||
|
version="5.4.0.1"
|
||
|
provider-name="IBM">
|
||
|
<requires>
|
||
|
<import plugin="org.eclipse.help"/>
|
||
|
<import plugin="com.ibm.eclipse.help"/>
|
||
|
</requires>
|
||
|
<extension
|
||
|
point="org.eclipse.help.toc">
|
||
|
<toc file="no_toc.xml" primary="false" />
|
||
|
</extension>
|
||
|
|
||
|
<extension
|
||
|
id="pdf_table"
|
||
|
name="pdf_table"
|
||
|
point="org.eclipse.help.contentProducer">
|
||
|
<contentProducer producer="com.ibm.eclipse.help.CustomWebapp"/>
|
||
|
</extension>
|
||
|
|
||
|
</plugin>
|