2003-11-30 21:38:07 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2003-12-02 22:31:35 +00:00
|
|
|
<?eclipse version="3.0"?>
|
2003-11-30 21:38:07 +00:00
|
|
|
<plugin
|
|
|
|
id="net.sourceforge.pmd.core"
|
|
|
|
name="%plugin.name"
|
2005-06-11 22:13:51 +00:00
|
|
|
version="3.2.0"
|
|
|
|
provider-name="%plugin.provider"
|
|
|
|
class="net.sourceforge.pmd.core.PMDCorePlugin">
|
2003-11-30 21:38:07 +00:00
|
|
|
|
|
|
|
<runtime>
|
2004-08-10 20:20:59 +00:00
|
|
|
<library name="lib/jaxen-core-1.0-fcs.jar">
|
|
|
|
<export name="*"/>
|
|
|
|
</library>
|
|
|
|
<library name="lib/saxpath-1.0-fcs.jar">
|
|
|
|
<export name="*"/>
|
|
|
|
</library>
|
2005-05-07 13:36:14 +00:00
|
|
|
<library name="lib/xercesImpl.jar">
|
|
|
|
<export name="*"/>
|
|
|
|
</library>
|
2005-07-04 21:13:23 +00:00
|
|
|
<library name="lib/xmlParserAPIs.jar">
|
|
|
|
<export name="*"/>
|
|
|
|
</library>
|
2005-06-11 22:13:51 +00:00
|
|
|
<library name="lib/pmd-3.2.jar">
|
2004-06-29 22:07:06 +00:00
|
|
|
<export name="*"/>
|
|
|
|
</library>
|
2005-07-04 21:13:23 +00:00
|
|
|
<library name="core.jar">
|
|
|
|
<export name="*"/>
|
|
|
|
</library>
|
2003-11-30 21:38:07 +00:00
|
|
|
</runtime>
|
2005-06-11 22:13:51 +00:00
|
|
|
<requires>
|
|
|
|
<import plugin="org.eclipse.core.runtime"/>
|
|
|
|
</requires>
|
2005-07-04 21:13:23 +00:00
|
|
|
<extension-point id="rulesets" name="rulesets" schema="schema/rulesets.exsd"/>
|
|
|
|
|
2003-11-30 21:38:07 +00:00
|
|
|
<extension
|
|
|
|
point="org.eclipse.help.toc">
|
|
|
|
<toc
|
|
|
|
file="toc.xml"
|
|
|
|
primary="true">
|
|
|
|
</toc>
|
|
|
|
</extension>
|
|
|
|
|
|
|
|
</plugin>
|