Upgrading to PMD 1.2.1 (fixing error in library file name)
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2158 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
<classpathentry exported="true" kind="lib" path="pmd-eclipse.jar"/>
|
||||
<classpathentry kind="lib" path="lib/log4j-1.2.8.jar"/>
|
||||
<classpathentry kind="lib" path="lib/commons-logging.jar"/>
|
||||
<classpathentry kind="lib" path="lib/pmd-1.2.1.jar"/>
|
||||
<classpathentry kind="lib" path="lib/jaxen-core-1.0-fcs.jar"/>
|
||||
<classpathentry kind="lib" path="lib/saxpath-1.0-fcs.jar"/>
|
||||
<classpathentry kind="var"
|
||||
@ -23,6 +24,5 @@
|
||||
<classpathentry kind="var"
|
||||
path="ECLIPSE_HOME/plugins/org.eclipse.core.boot_2.0.2.1/boot.jar" sourcepath="_ORG_ECLIPSE_PLATFORM_SOURCE/org.eclipse.core.boot_2.0.2.1/bootsrc.zip"/>
|
||||
<classpathentry kind="var" path="JRE_LIB" rootpath="JRE_SRCROOT" sourcepath="JRE_SRC"/>
|
||||
<classpathentry kind="lib" path="lib/pmd-1.2.1.jar"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
</classpath>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<plugin
|
||||
id="net.sourceforge.pmd.eclipse"
|
||||
name="%plugin.name"
|
||||
version="1.1.0"
|
||||
version="1.1.1"
|
||||
provider-name="%plugin.provider"
|
||||
class="net.sourceforge.pmd.eclipse.PMDPlugin">
|
||||
|
||||
@ -12,7 +12,7 @@
|
||||
</library>
|
||||
<library name="lib/log4j-1.2.8.jar"/>
|
||||
<library name="lib/commons-logging.jar"/>
|
||||
<library name="lib/pmd-1.2-1.jar"/>
|
||||
<library name="lib/pmd-1.2.1.jar"/>
|
||||
<library name="lib/jaxen-core-1.0-fcs.jar"/>
|
||||
<library name="lib/saxpath-1.0-fcs.jar"/>
|
||||
</runtime>
|
||||
|
Reference in New Issue
Block a user