Upgrading to PMD v3.4
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4102 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
<classpathentry exported="true" kind="lib" path="lib/jaxen-1.1-beta-7.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/xercesImpl-2.6.2.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/xmlParserAPIs-2.6.2.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/pmd-3.3.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/pmd-3.4.jar"/>
|
||||
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
|
||||
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
|
||||
<classpathentry kind="output" path="bin"/>
|
||||
|
Binary file not shown.
@ -3,7 +3,7 @@
|
||||
<plugin
|
||||
id="net.sourceforge.pmd.core"
|
||||
name="%plugin.name"
|
||||
version="3.3.0"
|
||||
version="3.4.0"
|
||||
provider-name="%plugin.provider"
|
||||
class="net.sourceforge.pmd.core.PMDCorePlugin">
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
<library name="lib/xmlParserAPIs-2.6.2.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
<library name="lib/pmd-3.3.jar">
|
||||
<library name="lib/pmd-3.4.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
<library name="core.jar">
|
||||
|
Reference in New Issue
Block a user