forked from phoedos/pmd
33200450e8
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4954 51baf565-9d33-0410-a72c-fc3788e3496d
58 lines
1.5 KiB
XML
58 lines
1.5 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?eclipse version="3.0"?>
|
|
<plugin
|
|
id="net.sourceforge.pmd.core"
|
|
name="PMD For Eclipse Core Plug-in"
|
|
version="3.9.0"
|
|
provider-name="PMD Development Team"
|
|
class="net.sourceforge.pmd.core.PMDCorePlugin">
|
|
|
|
<runtime>
|
|
<library name="pmd-core.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/pmd-3.9.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/jaxen-1.1-beta-10.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/asm-3.0.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/backport-util-concurrent.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/xercesImpl-2.6.2.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/xmlParserAPIs-2.6.2.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/castor-0.9.6-xml.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/log4j-1.2.8.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/commons-logging.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
</runtime>
|
|
|
|
<requires>
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
</requires>
|
|
|
|
<extension-point id="rulesets" name="rulesets" schema="schema/rulesets.exsd"/>
|
|
|
|
<extension
|
|
point="org.eclipse.help.toc">
|
|
<toc
|
|
file="toc.xml"
|
|
primary="true">
|
|
</toc>
|
|
</extension>
|
|
|
|
</plugin>
|