forked from phoedos/pmd
9cdb5b2f8d
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@5882 51baf565-9d33-0410-a72c-fc3788e3496d
64 lines
1.7 KiB
XML
64 lines
1.7 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="4.2.0.v200803071500"
|
|
provider-name="PMD Development Team"
|
|
class="net.sourceforge.pmd.core.PMDCorePlugin">
|
|
|
|
<runtime>
|
|
<library name="pmd-core.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/pmd14-4.2rc1.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/retroweaver-rt-2.0.5.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/asm-3.1.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/jaxen-1.1.1.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/junit.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-1.1.2.1-xml.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/log4j-1.2.15.jar">
|
|
<export name="*"/>
|
|
</library>
|
|
<library name="lib/commons-logging-1.1.1.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>
|