Releasing v3.0.1

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3479 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2005-05-07 13:46:39 +00:00
parent 0fe81952e1
commit a0d5264639
2 changed files with 37 additions and 1 deletions

View File

@ -2,6 +2,21 @@ Change log for the PMD Eclipse plugin
-------------------------------------
v3.0.1 - 07/05/2005
Runtime
-------
. Fix Bug#1144793
. Fix Bug#1190624 (try)
. Fix PMD violations
. Continue refactoring
Development
-----------
. Forgive the Xerces plungin and repackage the xercesImpl.jar inside the PMD Core plugin.
----------------------------------------------------------------------------------------
v3.0.0 - 21/04/2005
Runtime

View File

@ -6,6 +6,27 @@ IMPORTANT : SINCE v2.0 THE INSTALLATION PROCEDURE HAS BEEN CHANGED.
FOR INSTRUCTIONS.
v3.0RC2 (alias v3.0.1) - 07/05/2005
-----------------------------------
FIXED : Tested on Eclipse 3.1M6
-------------------------------
The problem for Eclipse v3.1 Mx version has been solved.
Because of this, now the project ruleset is always stored as a file (.ruleset) inside the project
itself. This file is created "lazyly": it will not be created unless necessary; so don't panic if
you cannot see it.
FIXED (maybe?) : CPD report window for Mac users
------------------------------------------------
The way the window is created has been changed. This should fix the problem.
UPDATED: Xerces Implementation re-packaged inside the core plugin
-----------------------------------------------------------------
When migrating for Eclipse v3 (and then Java 1.4), a special plugin for Xerces was created.
This has been forgiven and the XercesImpl.jar is now packaged inside the PMD Core plugin.
----------------------------------------------------------------------------------------
v3.0RC1 (alias v3.0.0) - 21/04/2005
-----------------------------------
@ -207,7 +228,7 @@ For more information, read the how to chapter about using the plugin.
UPDATED : Grouping menu items
-----------------------------
(request and patch from Christian Jäckel)
(request and patch from Christian J<EFBFBD>ckel)
In order to be less intrusive in the context menu of the package and navigator views, PMD
menu items are now grouped in a submenu. This submenu is displayed by selecting the unique
entry "PMD" in the context menu of the desired view.