pmd/pmd-eclipse-pmd/plugin.xml

27 lines
592 B
XML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<plugin
id="net.sourceforge.pmd.core"
name="%plugin.name"
version="1.8.0.v3"
provider-name="%plugin.provider">
<runtime>
<library name="core.jar"/>
<library name="lib/jaxen-core-1.0-fcs.jar"/>
<library name="lib/saxpath-1.0-fcs.jar"/>
<library name="lib/pmd-1.8.jar">
<export name="*"/>
</library>
</runtime>
<extension
point="org.eclipse.help.toc">
<toc
file="toc.xml"
primary="true">
</toc>
</extension>
</plugin>