d9eee1dbe4
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3220 51baf565-9d33-0410-a72c-fc3788e3496d
33 lines
719 B
XML
33 lines
719 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
<plugin
|
|
id="net.sourceforge.pmd.core"
|
|
name="%plugin.name"
|
|
version="2.3.1.v3"
|
|
provider-name="%plugin.provider">
|
|
|
|
<runtime>
|
|
<library name="lib/jaxen-core-1.0-fcs.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/saxpath-1.0-fcs.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/pmd-2.3.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
</runtime>
|
|
<requires>
|
|
<import plugin="org.apache.xerces"/>
|
|
</requires>
|
|
|
|
<extension
|
|
point="org.eclipse.help.toc">
|
|
<toc
|
|
file="toc.xml"
|
|
primary="true">
|
|
</toc>
|
|
</extension>
|
|
|
|
</plugin>
|