Releasing v3.0.0

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3446 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2005-04-21 20:55:01 +00:00
parent 2e945b10af
commit 4fdcd80f3e
8 changed files with 45 additions and 7 deletions

View File

@ -2,7 +2,7 @@
<feature
id="net.sourceforge.pmd.eclipse"
label="%feature.label"
version="2.2.2.v3"
version="3.0.0"
provider-name="%feature.provider_name"
image="pmd_logo_small.jpg">
@ -35,13 +35,13 @@
id="net.sourceforge.pmd.core"
download-size="0"
install-size="0"
version="2.3.1.v3"/>
version="3.0.0"/>
<plugin
id="net.sourceforge.pmd.eclipse"
download-size="0"
install-size="0"
version="2.2.1.v3"/>
version="3.0.0"/>
<plugin
id="org.apache.xerces"

View File

@ -2,7 +2,7 @@
<classpath>
<classpathentry exported="true" kind="lib" path="lib/jaxen-core-1.0-fcs.jar"/>
<classpathentry exported="true" kind="lib" path="lib/saxpath-1.0-fcs.jar"/>
<classpathentry exported="true" kind="lib" path="lib/pmd-2.3.jar"/>
<classpathentry exported="true" kind="lib" path="lib/pmd-3.0.jar"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>

Binary file not shown.

View File

@ -3,7 +3,7 @@
<plugin
id="net.sourceforge.pmd.core"
name="%plugin.name"
version="2.3.1.v3"
version="3.0.0"
provider-name="%plugin.provider">
<runtime>
@ -13,7 +13,7 @@
<library name="lib/saxpath-1.0-fcs.jar">
<export name="*"/>
</library>
<library name="lib/pmd-2.3.jar">
<library name="lib/pmd-3.0.jar">
<export name="*"/>
</library>
</runtime>

View File

@ -21,6 +21,11 @@
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>com.ibm.sse.model.structuredbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>

View File

@ -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

View File

@ -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).

View File

@ -4,6 +4,7 @@ bin.includes = CHANGELOG.txt,\
README.txt,\
RELNOTES.txt,\
TODO.txt,\
PATTERNS LIBRARY LICENSE.txt,\
about.ini,\
doc.zip,\
icons/,\