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:
@ -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"
|
||||
|
@ -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"/>
|
||||
|
@ -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>
|
||||
|
Reference in New Issue
Block a user