diff --git a/pmd-eclipse-feature/feature.xml b/pmd-eclipse-feature/feature.xml index 84c917b065..806ba10d31 100644 --- a/pmd-eclipse-feature/feature.xml +++ b/pmd-eclipse-feature/feature.xml @@ -2,7 +2,7 @@ @@ -35,13 +35,13 @@ id="net.sourceforge.pmd.core" download-size="0" install-size="0" - version="2.0.1.v3"/> + version="2.1.0.v3"/> + version="2.2.0.v3"/> - + diff --git a/pmd-eclipse-pmd/lib/pmd-2.0.jar b/pmd-eclipse-pmd/lib/pmd-2.0.jar deleted file mode 100644 index a7d7a9cbac..0000000000 Binary files a/pmd-eclipse-pmd/lib/pmd-2.0.jar and /dev/null differ diff --git a/pmd-eclipse-pmd/plugin.xml b/pmd-eclipse-pmd/plugin.xml index c3ae43f2e2..e5457399ef 100644 --- a/pmd-eclipse-pmd/plugin.xml +++ b/pmd-eclipse-pmd/plugin.xml @@ -3,7 +3,7 @@ @@ -13,7 +13,7 @@ - + diff --git a/pmd-eclipse/CHANGELOG.txt b/pmd-eclipse/CHANGELOG.txt index 145bc8acdb..236a1fceda 100644 --- a/pmd-eclipse/CHANGELOG.txt +++ b/pmd-eclipse/CHANGELOG.txt @@ -3,6 +3,15 @@ Change log for the PMD Eclipse plugin +v2.2.0 - 23/01/2005 + +Runtime +------- +. upgrade the core engine to PMD v2.1 (fix 1095049) +. integrate to rule attributes when exporting rulesets (fix 1090032 & 1087079) + + +---------------------------------------------------------------------------------------- v2.1.1 - 03/12/2004 Runtime diff --git a/pmd-eclipse/RELNOTES.txt b/pmd-eclipse/RELNOTES.txt index 122d5abcff..b92baba079 100644 --- a/pmd-eclipse/RELNOTES.txt +++ b/pmd-eclipse/RELNOTES.txt @@ -6,6 +6,18 @@ IMPORTANT : SINCE v2.0 THE INSTALLATION PROCEDURE HAS BEEN CHANGED. FOR INSTRUCTIONS. +v2.2 (alias v2.2.0) - 23/01/2004 +----------------------------------- + +This relase is considered as stable (no more a release candidate). +The only bug it corrects is the management of the new "symboltable" and "dfa" rule +attributes. + +It also includes PMD 2.1 and basically manages "// NOPMD" comments. + + + +---------------------------------------------------------------------------------------- v2.1RC1 (alias v2.1.0) - 22/11/2004 ----------------------------------- diff --git a/pmd-eclipse/plugin.xml b/pmd-eclipse/plugin.xml index 02170523c6..dd371c26d8 100644 --- a/pmd-eclipse/plugin.xml +++ b/pmd-eclipse/plugin.xml @@ -3,7 +3,7 @@