Releasing v2.2.2

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3220 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2005-02-03 21:45:43 +00:00
parent 3eb39b2e50
commit d9eee1dbe4
3 changed files with 5 additions and 5 deletions

View File

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

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.2.jar"/>
<classpathentry exported="true" kind="lib" path="lib/pmd-2.3.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"/>

View File

@ -3,7 +3,7 @@
<plugin
id="net.sourceforge.pmd.core"
name="%plugin.name"
version="2.2.0.v3"
version="2.3.1.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.2.jar">
<library name="lib/pmd-2.3.jar">
<export name="*"/>
</library>
</runtime>