From d2309921d1ad3e76b8c5c7530b1f4e900d50d361 Mon Sep 17 00:00:00 2001 From: Philippe Herlin Date: Thu, 3 Nov 2005 21:54:08 +0000 Subject: [PATCH] Release version 3.1.2 git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3953 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse-feature/feature.xml | 4 ++-- pmd-eclipse/CHANGELOG.txt | 12 +++++++++++- pmd-eclipse/RELNOTES.txt | 7 +++++++ pmd-eclipse/plugin.xml | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/pmd-eclipse-feature/feature.xml b/pmd-eclipse-feature/feature.xml index 1273a7d030..3b162d63ca 100644 --- a/pmd-eclipse-feature/feature.xml +++ b/pmd-eclipse-feature/feature.xml @@ -2,7 +2,7 @@ @@ -41,6 +41,6 @@ id="net.sourceforge.pmd.eclipse" download-size="0" install-size="0" - version="3.1.1"/> + version="3.1.2"/> diff --git a/pmd-eclipse/CHANGELOG.txt b/pmd-eclipse/CHANGELOG.txt index d40c3c2578..f9f413c754 100644 --- a/pmd-eclipse/CHANGELOG.txt +++ b/pmd-eclipse/CHANGELOG.txt @@ -2,7 +2,17 @@ Change log for the PMD Eclipse plugin ------------------------------------- -v3.1.1 - xx/xx/2005 +v3.1.2 - 03/11/2005 + +Runtime +------- +. RFE#1334241-Add an extension point to declare custom rulesets +. BUG#1212311-Deselecting a rules should now work +. Fix the missing ShowDataflowView issue + + +---------------------------------------------------------------------------------------- +v3.1.1 - 01/11/2005 Runtime ------- diff --git a/pmd-eclipse/RELNOTES.txt b/pmd-eclipse/RELNOTES.txt index ad0d51a768..64b5f4f23f 100644 --- a/pmd-eclipse/RELNOTES.txt +++ b/pmd-eclipse/RELNOTES.txt @@ -1,6 +1,13 @@ Release notes for the PMD Eclipse Plugin ---------------------------------------- +v3.1.2 03/11/2005 +----------------- + +This is a minor release that fix missing elements from previous release. + + +---------------------------------------------------------------------------------------- v3.1.1 01/11/2005 ----------------- diff --git a/pmd-eclipse/plugin.xml b/pmd-eclipse/plugin.xml index b285ca61ef..968def3989 100644 --- a/pmd-eclipse/plugin.xml +++ b/pmd-eclipse/plugin.xml @@ -3,7 +3,7 @@