pmd/pmd-eclipse-pmd/plugin.xml
Philippe Herlin 86a5fbe8bf Adapting to Eclipse v3M5
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2450 51baf565-9d33-0410-a72c-fc3788e3496d
2003-12-02 22:31:35 +00:00

33 lines
706 B
XML

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