blob: d75896184eb3a970e3aca8d6d1aff2c432f9da27 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?xml version="1.0" encoding="UTF-8"?>
<plugin
id="org.aspectj.ajde.doc"
name="%pluginName"
version="build.version.eclipse.plugins"
provider-name="%providerName">
<runtime>
</runtime>
<requires>
<import plugin="org.eclipse.help"/>
</requires>
<extension point="org.eclipse.help.toc">
<toc file="toc.xml" primary="true"/>
<toc file="toc_ajquickref.xml"/>
<toc file="toc_ajprogguide.xml"/>
<toc file="toc_ajsemantics.xml"/>
</extension>
</plugin>
|