Releasing v2.2.0
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3184 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<feature
|
||||
id="net.sourceforge.pmd.eclipse"
|
||||
label="%feature.label"
|
||||
version="2.1.1.v3"
|
||||
version="2.2.0.v3"
|
||||
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.0.1.v3"/>
|
||||
version="2.1.0.v3"/>
|
||||
|
||||
<plugin
|
||||
id="net.sourceforge.pmd.eclipse"
|
||||
download-size="0"
|
||||
install-size="0"
|
||||
version="2.1.1.v3"/>
|
||||
version="2.2.0.v3"/>
|
||||
|
||||
<plugin
|
||||
id="org.apache.xerces"
|
||||
|
@ -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.0.jar"/>
|
||||
<classpathentry exported="true" kind="lib" path="lib/pmd-2.1.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.
@ -3,7 +3,7 @@
|
||||
<plugin
|
||||
id="net.sourceforge.pmd.core"
|
||||
name="%plugin.name"
|
||||
version="2.0.1.v3"
|
||||
version="2.1.0.v3"
|
||||
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.0.jar">
|
||||
<library name="lib/pmd-2.1.jar">
|
||||
<export name="*"/>
|
||||
</library>
|
||||
</runtime>
|
||||
|
@ -3,6 +3,15 @@ Change log for the PMD Eclipse plugin
|
||||
|
||||
|
||||
|
||||
v2.2.0 - 23/01/2005
|
||||
|
||||
Runtime
|
||||
-------
|
||||
. upgrade the core engine to PMD v2.1 (fix 1095049)
|
||||
. integrate to rule attributes when exporting rulesets (fix 1090032 & 1087079)
|
||||
|
||||
|
||||
----------------------------------------------------------------------------------------
|
||||
v2.1.1 - 03/12/2004
|
||||
|
||||
Runtime
|
||||
|
@ -6,6 +6,18 @@ IMPORTANT : SINCE v2.0 THE INSTALLATION PROCEDURE HAS BEEN CHANGED.
|
||||
FOR INSTRUCTIONS.
|
||||
|
||||
|
||||
v2.2 (alias v2.2.0) - 23/01/2004
|
||||
-----------------------------------
|
||||
|
||||
This relase is considered as stable (no more a release candidate).
|
||||
The only bug it corrects is the management of the new "symboltable" and "dfa" rule
|
||||
attributes.
|
||||
|
||||
It also includes PMD 2.1 and basically manages "// NOPMD" comments.
|
||||
|
||||
|
||||
|
||||
----------------------------------------------------------------------------------------
|
||||
v2.1RC1 (alias v2.1.0) - 22/11/2004
|
||||
-----------------------------------
|
||||
|
||||
|
@ -3,7 +3,7 @@
|
||||
<plugin
|
||||
id="net.sourceforge.pmd.eclipse"
|
||||
name="%plugin.name"
|
||||
version="2.1.1.v3"
|
||||
version="2.2.0.v3"
|
||||
provider-name="%plugin.provider"
|
||||
class="net.sourceforge.pmd.eclipse.PMDPlugin">
|
||||
|
||||
|
Reference in New Issue
Block a user