forked from phoedos/pmd
299753fa54
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4592 51baf565-9d33-0410-a72c-fc3788e3496d
55 lines
1.4 KiB
XML
55 lines
1.4 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.8.0"
|
|
provider-name="PMD Development Team"
|
|
class="net.sourceforge.pmd.core.PMDCorePlugin">
|
|
|
|
<runtime>
|
|
<library name="pmd-core.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/jakarta-oro-2.0.8.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/jaxen-1.1-beta-10.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/pmd-3.8.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>
|