forked from phoedos/pmd
Adding docs and new version of PMD
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1998 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
<plugin
|
<plugin
|
||||||
id="net.sourceforge.pmd.eclipse"
|
id="net.sourceforge.pmd.eclipse"
|
||||||
name="%plugin.name"
|
name="%plugin.name"
|
||||||
version="0.6.0"
|
version="1.0.0"
|
||||||
provider-name="%plugin.provider"
|
provider-name="%plugin.provider"
|
||||||
class="net.sourceforge.pmd.eclipse.PMDPlugin">
|
class="net.sourceforge.pmd.eclipse.PMDPlugin">
|
||||||
|
|
||||||
@ -12,7 +12,7 @@
|
|||||||
</library>
|
</library>
|
||||||
<library name="lib/log4j-1.2.8.jar"/>
|
<library name="lib/log4j-1.2.8.jar"/>
|
||||||
<library name="lib/commons-logging.jar"/>
|
<library name="lib/commons-logging.jar"/>
|
||||||
<library name="lib/pmd-1.05.jar"/>
|
<library name="lib/pmd-1.1.jar"/>
|
||||||
<library name="lib/jaxen-core-1.0-fcs.jar"/>
|
<library name="lib/jaxen-core-1.0-fcs.jar"/>
|
||||||
<library name="lib/saxpath-1.0-fcs.jar"/>
|
<library name="lib/saxpath-1.0-fcs.jar"/>
|
||||||
</runtime>
|
</runtime>
|
||||||
@ -215,5 +215,9 @@
|
|||||||
</action>
|
</action>
|
||||||
</viewerContribution>
|
</viewerContribution>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
<extension point="org.eclipse.help.toc">
|
||||||
|
<toc file="toc.xml" primary="true"/>
|
||||||
|
</extension>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Reference in New Issue
Block a user