From ffcd5c21446077129dfc2a2a32b8bec7a9eb9da3 Mon Sep 17 00:00:00 2001 From: Philippe Herlin Date: Thu, 27 Mar 2003 22:09:28 +0000 Subject: [PATCH] Starting a change log (starting at v0.5.0) git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1633 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse/CHANGELOG.txt | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 pmd-eclipse/CHANGELOG.txt diff --git a/pmd-eclipse/CHANGELOG.txt b/pmd-eclipse/CHANGELOG.txt new file mode 100644 index 0000000000..68de6ba270 --- /dev/null +++ b/pmd-eclipse/CHANGELOG.txt @@ -0,0 +1,32 @@ +Change log for the PMD Eclipse plugin +------------------------------------- + +vV.R.M - release date + +Runtime +------- +. Fixing SWTException when PMD is run on a file with syntax error + (thanks to Chris Grindstaff) + + + + +---------------------------------------------------------------------------------------- +v0.5.0 - 19/03/2003 + +Runtime +------- +. Adding PMD as a project incremental builder. +. Refactor some entries in the plugin.xml file. +. Adding a "Delete PMD marker" popup menu on project, java files and task view. +. Adding a "Generate AST" popup menu on java file. +. Enabling popups in resource view and package view +. Externalizing strings and messages. +. Adding support for i18n : english is the default locale and providing french as the + first alternative locale. +. Using PMD v1.03 + +Development +----------- +. Adding a ant build file +. Adapting .project to be compatible with both Eclipse 2.02 and WSAD v5.