Releasing v3.0.1

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3478 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2005-05-07 13:36:14 +00:00
parent d9cc9f6356
commit 0fe81952e1
7 changed files with 2843 additions and 23 deletions

View File

@ -2,12 +2,12 @@
<feature
id="net.sourceforge.pmd.eclipse"
label="%feature.label"
version="3.0.0"
version="3.0.1"
provider-name="%feature.provider_name"
image="pmd_logo_small.jpg">
<description url="%description.url">
PMD For Eclipse
</description>
<copyright>
@ -33,20 +33,14 @@
<plugin
id="net.sourceforge.pmd.core"
download-size="0"
install-size="0"
version="3.0.0"/>
download-size="5 193 557"
install-size="5 193 728 "
version="3.0.1"/>
<plugin
id="net.sourceforge.pmd.eclipse"
download-size="0"
install-size="0"
version="3.0.0"/>
<plugin
id="org.apache.xerces"
download-size="0"
install-size="0"
version="2.6.2"/>
download-size="596 038"
install-size="598 016"
version="3.0.1"/>
</feature>

View File

@ -2,6 +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/xercesImpl.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"/>

Binary file not shown.

View File

@ -3,7 +3,7 @@
<plugin
id="net.sourceforge.pmd.core"
name="%plugin.name"
version="3.0.0"
version="3.0.1"
provider-name="%plugin.provider">
<runtime>
@ -13,13 +13,13 @@
<library name="lib/saxpath-1.0-fcs.jar">
<export name="*"/>
</library>
<library name="lib/xercesImpl.jar">
<export name="*"/>
</library>
<library name="lib/pmd-3.0.jar">
<export name="*"/>
</library>
</runtime>
<requires>
<import plugin="org.apache.xerces"/>
</requires>
<extension
point="org.eclipse.help.toc">

View File

@ -22,7 +22,7 @@
</arguments>
</buildCommand>
<buildCommand>
<name>com.ibm.sse.model.structuredbuilder</name>
<name>net.sourceforge.pmd.eclipse.pmdBuilder</name>
<arguments>
</arguments>
</buildCommand>
@ -30,7 +30,6 @@
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.pde.PluginNature</nature>
<nature>com.ibm.etools.beaninfo.BeaninfoNature</nature>
<nature>com.ibm.etools.java.JavaMOFNature</nature>
<nature>net.sourceforge.pmd.eclipse.pmdNature</nature>
</natures>
</projectDescription>

2827
pmd-eclipse/.ruleset Normal file

File diff suppressed because it is too large Load Diff

View File

@ -3,7 +3,7 @@
<plugin
id="net.sourceforge.pmd.eclipse"
name="%plugin.name"
version="3.0.0"
version="3.0.1"
provider-name="%plugin.provider"
class="net.sourceforge.pmd.eclipse.PMDPlugin">
@ -25,7 +25,6 @@
<import plugin="org.eclipse.swt"/>
<import plugin="org.eclipse.jdt.core"/>
<import plugin="org.eclipse.core.runtime"/>
<import plugin="org.apache.xerces"/>
<import plugin="net.sourceforge.pmd.core"/>
</requires>