diff --git a/pmd-eclipse-feature/feature.xml b/pmd-eclipse-feature/feature.xml index 8106aa40d4..1b7a59cf66 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.3.1.v3"/> + version="3.0.0"/> + version="3.0.0"/> - + diff --git a/pmd-eclipse-pmd/lib/pmd-2.3.jar b/pmd-eclipse-pmd/lib/pmd-2.3.jar deleted file mode 100644 index 943a1a1182..0000000000 Binary files a/pmd-eclipse-pmd/lib/pmd-2.3.jar and /dev/null differ diff --git a/pmd-eclipse-pmd/plugin.xml b/pmd-eclipse-pmd/plugin.xml index 08f6396f9b..c5b551b931 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/.project b/pmd-eclipse/.project index 5d112fdb70..23db46b1d7 100644 --- a/pmd-eclipse/.project +++ b/pmd-eclipse/.project @@ -21,6 +21,11 @@ + + com.ibm.sse.model.structuredbuilder + + + org.eclipse.jdt.core.javanature diff --git a/pmd-eclipse/CHANGELOG.txt b/pmd-eclipse/CHANGELOG.txt index 9000e047c7..fb8a2aa34c 100644 --- a/pmd-eclipse/CHANGELOG.txt +++ b/pmd-eclipse/CHANGELOG.txt @@ -2,7 +2,15 @@ Change log for the PMD Eclipse plugin ------------------------------------- +v3.0.0 - 21/04/2005 +Runtime +------- +. upgrade the core engine to PMD v3.0 +. implement reports generation (RFE#1177802) + + +---------------------------------------------------------------------------------------- v2.2.1 - 01/02/2005 Runtime diff --git a/pmd-eclipse/RELNOTES.txt b/pmd-eclipse/RELNOTES.txt index b92baba079..ac64f84786 100644 --- a/pmd-eclipse/RELNOTES.txt +++ b/pmd-eclipse/RELNOTES.txt @@ -6,7 +6,31 @@ IMPORTANT : SINCE v2.0 THE INSTALLATION PROCEDURE HAS BEEN CHANGED. FOR INSTRUCTIONS. -v2.2 (alias v2.2.0) - 23/01/2004 +v3.0RC1 (alias v3.0.0) - 21/04/2005 +----------------------------------- + +UPDATED : PMD Engine v3.0 +------------------------- +Include the new PMD engine v3.0. + + +NEW : Adding a report generation feature (RFE#1177802) +------------------------------------------------------ +The plugin includes now the possibility to generate reports. +To generate reports, select a project and choose PMD->Generate Reports in the context menu. +4 reports will be generated in a "reports" directory at the project root: a HTML, CVS, TEXT +and XML report. These reports are the one generated by the renderers from the PMD Engine. + +These reports are based on the PMD markers. Therefore, in order to work, PMD must be +activated for the project or a manual must be executed before. Otherwise reports will +be empty. + +Future versions of the plugin will include report selection, automatic generation and filename +and targer folder customization. + + +---------------------------------------------------------------------------------------- +v2.2 (alias v2.2.0) - 23/01/2005 ----------------------------------- This relase is considered as stable (no more a release candidate). diff --git a/pmd-eclipse/build.properties b/pmd-eclipse/build.properties index 59032d9014..86b145640b 100644 --- a/pmd-eclipse/build.properties +++ b/pmd-eclipse/build.properties @@ -4,6 +4,7 @@ bin.includes = CHANGELOG.txt,\ README.txt,\ RELNOTES.txt,\ TODO.txt,\ + PATTERNS LIBRARY LICENSE.txt,\ about.ini,\ doc.zip,\ icons/,\