From 564aa647da7d6960bda795b0472303acfa8c71e7 Mon Sep 17 00:00:00 2001 From: Philippe Herlin Date: Thu, 8 Jun 2006 22:35:23 +0000 Subject: [PATCH] Add comments about suggested updated procedure git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4415 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse/RELNOTES.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pmd-eclipse/RELNOTES.txt b/pmd-eclipse/RELNOTES.txt index b3618da463..224cadb0b1 100644 --- a/pmd-eclipse/RELNOTES.txt +++ b/pmd-eclipse/RELNOTES.txt @@ -13,6 +13,11 @@ plugin architecture necessary to ease future evolutions. The consequence is that any preferences customizations from older versions will be lost. Project properties should be kept. +The suggested update procedure is to: +1. disable PMD from all your projects +2. disable then uninstall PMD from your Eclipse +3. install new version + UPDATED : PMD v3.7 ------------------