org.aspectj/eclipse.plugin/org.aspectj.ajde.doc/plugin.xml
acolyer 0729f986cc org.aspectj.ajde.doc plugin built as part of aspectj build - at
last the doc in AJDT will always be up to date with the latest
in the org.aspectj CVS.
2003-11-05 16:18:24 +00:00

23 lines
523 B
XML

<?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>