diff --git a/pmd-eclipse/CHANGELOG.txt b/pmd-eclipse/CHANGELOG.txt index fb8a2aa34c..6188161c58 100644 --- a/pmd-eclipse/CHANGELOG.txt +++ b/pmd-eclipse/CHANGELOG.txt @@ -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 diff --git a/pmd-eclipse/RELNOTES.txt b/pmd-eclipse/RELNOTES.txt index ac64f84786..574adc2df4 100644 --- a/pmd-eclipse/RELNOTES.txt +++ b/pmd-eclipse/RELNOTES.txt @@ -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�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.