forked from phoedos/pmd
Updated to PMD 3.1
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3495 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
<property name="src" value="src/"/>
|
||||
<property name="lib" value="lib"/>
|
||||
<property name="build" value="build"/>
|
||||
<property name="pmdjar" value="pmd-3.0.jar"/>
|
||||
<property name="pmdjar" value="pmd-3.1.jar"/>
|
||||
<property name="pluginversion" value="2.6"/>
|
||||
<property name="jedit.install.dir" value="../.."/>
|
||||
<property name="jedit.jars.dir" value="${jedit.install.dir}\jars"/>
|
||||
|
@ -1,5 +1,5 @@
|
||||
??? - 2.6
|
||||
- Updated to PMD 3.0
|
||||
- Updated to PMD 3.1
|
||||
- Updated to jEdit 4.3pre versions.
|
||||
- Added "Ignore Literals & identifiers" option for CPD.
|
||||
|
||||
|
@ -3,7 +3,7 @@ change config/pmd.props to reflect actual pmd.jar file version
|
||||
change config/pmd.props to reflect the new pmd-jedit release version.
|
||||
change config/jedit.html to reflect the new pmd-jedit release version.
|
||||
change the build.xml to reflect pmd-jedit release
|
||||
update doing_the_next_pmd_jedit_release.txt to the new release version
|
||||
update doing_the_next_pmd_jedit_release.txt(this file) to the new pmd-jedit release version
|
||||
comit the above changes FIRST!!
|
||||
|
||||
Create the binary release - 'ant release'
|
||||
|
@ -53,7 +53,7 @@ Take a look at the <a href="#releasenotes">Release Notes and Changelog</a> for m
|
||||
<h2>Release Notes & Changelog</h2>
|
||||
<h3>2.6</h3>
|
||||
<ol>
|
||||
<li>Updated to PMD 3.0</li>
|
||||
<li>Updated to PMD 3.1</li>
|
||||
<li>Added "Ignore Literals & identifiers" option for CPD. </li>
|
||||
</ol>
|
||||
<h3>2.5</h3>
|
||||
|
@ -8,7 +8,7 @@ plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.docs=jedit.html
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.0=jdk 1.3
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.1=jedit 04.02.08.00
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.2=plugin errorlist.ErrorListPlugin 1.3.2
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-3.0.jar jaxen-core-1.0-fcs.jar saxpath-1.0-fcs.jar pmd-swingui-0.1.jar
|
||||
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-3.1.jar jaxen-core-1.0-fcs.jar saxpath-1.0-fcs.jar pmd-swingui-0.1.jar
|
||||
|
||||
#
|
||||
# Menu properties
|
||||
|
Reference in New Issue
Block a user