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:
Philippe Herlin
2005-12-30 17:37:05 +00:00
parent 07bd3970b9
commit 85a50d9cbd
3 changed files with 3 additions and 3 deletions

View File

@ -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"/>

View File

@ -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">