15 lines
518 B
Plaintext
15 lines
518 B
Plaintext
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<?eclipse version="3.0"?>
|
||
|
<plugin id="apis" name="apis" provider-name="IBM" version="5.4.0.1">
|
||
|
<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="true" extradir="."/>
|
||
|
</extension>
|
||
|
<extension id="apis" name="apis" point="org.eclipse.help.contentProducer">
|
||
|
<contentProducer producer="com.ibm.eclipse.help.RedirectFilter"/>
|
||
|
</extension>
|
||
|
</plugin>
|