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:
@ -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>
|
||||
|
@ -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"/>
|
||||
|
BIN
pmd-eclipse-pmd/lib/xercesImpl.jar
Normal file
BIN
pmd-eclipse-pmd/lib/xercesImpl.jar
Normal file
Binary file not shown.
@ -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">
|
||||
|
@ -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
2827
pmd-eclipse/.ruleset
Normal file
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user