Apply a patch to PMD v3.5

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4202 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2006-02-06 21:15:15 +00:00
parent 991779b3be
commit dae8974bf4
4 changed files with 4 additions and 2 deletions

View File

@ -39,7 +39,7 @@
id="net.sourceforge.pmd.core"
download-size="0"
install-size="0"
version="3.5.0"/>
version="3.5.1"/>
<plugin
id="net.sourceforge.pmd.eclipse"

Binary file not shown.

View File

@ -3,7 +3,7 @@
<plugin
id="net.sourceforge.pmd.core"
name="%plugin.name"
version="3.5.0"
version="3.5.1"
provider-name="%plugin.provider"
class="net.sourceforge.pmd.core.PMDCorePlugin">

View File

@ -12,6 +12,8 @@ Runtime
. Fix NullPointerException on PriorityFilter class
. Fix NullPointerException and InvocationTargetException on ASTWriterImpl class
. Fix BUG#1365407 Problems with PMD in Eclipse/Issue 3
. Upgrade development environment to Eclipse 3.1.2
. Apply a patch to PMD v3.5
----------------------------------------------------------------------------------------