Releasing v2.1.1

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3059 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2004-12-03 00:25:46 +00:00
parent 810de61b1e
commit 761cb331d7
4 changed files with 41 additions and 4 deletions

View File

@ -2,7 +2,7 @@
<feature
id="net.sourceforge.pmd.eclipse"
label="%feature.label"
version="2.1.0.v3"
version="2.1.1.v3"
provider-name="%feature.provider_name"
image="pmd_logo_small.jpg">
@ -41,7 +41,7 @@
id="net.sourceforge.pmd.eclipse"
download-size="0"
install-size="0"
version="2.1.0.v3"/>
version="2.1.1.v3"/>
<plugin
id="org.apache.xerces"

View File

@ -3,7 +3,19 @@ Change log for the PMD Eclipse plugin
v2.0.7 - xx/xx/2004
v2.1.1 - 03/12/2004
Runtime
-------
. implements the "NOPMD" feature
Development
-----------
. refining the refactoring of the property page
. implementing a Command framework
----------------------------------------------------------------------------------------
v2.1.0 - 22/11/2004
Runtime
-------

View File

@ -6,6 +6,31 @@ IMPORTANT : SINCE v2.0 THE INSTALLATION PROCEDURE HAS BEEN CHANGED.
FOR INSTRUCTIONS.
v2.1RC1 (alias v2.1.0) - 22/11/2004
-----------------------------------
Nothing very special in this release, but the confirmation of the new way of
downloading the plugin.
PMD core engine has been upgraded to v2.0.
This release is a candidate, because a refactoring of the plugin has begun.
The project property page is used as a test for this refactoring.
Do not hesitate to open bug if something goes wrong.
IMPORTANT: Lots of things have changed in PMD. There are some rules that are now
XPath rules and have no more an implementation class. Because ruleset is cached,
upgrading may cause trouble. To correct this try first to delete the file
ruleset.xml in the .metadata\.plugins\net.sourceforge.pmd.eclipse directory of your
workspace.
Also, some new rules causes exception in some circumstances. Just unselect them.
We are already working on this.
----------------------------------------------------------------------------------------
v2.0RC1 (alias v2.0.0) - 01/12/2003
-----------------------------------

View File

@ -3,7 +3,7 @@
<plugin
id="net.sourceforge.pmd.eclipse"
name="%plugin.name"
version="2.1.0.v3"
version="2.1.1.v3"
provider-name="%plugin.provider"
class="net.sourceforge.pmd.eclipse.PMDPlugin">