From a1af2b6e78b918ef619d42fc396c934fbfa2bffa Mon Sep 17 00:00:00 2001 From: Jiger Patel Date: Mon, 5 Dec 2005 06:58:32 +0000 Subject: [PATCH] Updated to PMD 3.4 git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@4034 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-jedit/PMDPlugin/build.xml | 2 +- pmd-jedit/PMDPlugin/etc/changelog.txt | 2 +- .../PMDPlugin/etc/doing_the_next_pmd_jedit_release.txt | 8 ++++---- pmd-jedit/PMDPlugin/pmd.props | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pmd-jedit/PMDPlugin/build.xml b/pmd-jedit/PMDPlugin/build.xml index 9aab7101b6..0efcf98308 100644 --- a/pmd-jedit/PMDPlugin/build.xml +++ b/pmd-jedit/PMDPlugin/build.xml @@ -5,7 +5,7 @@ - + diff --git a/pmd-jedit/PMDPlugin/etc/changelog.txt b/pmd-jedit/PMDPlugin/etc/changelog.txt index 4ececdb5ce..7a2d7be466 100644 --- a/pmd-jedit/PMDPlugin/etc/changelog.txt +++ b/pmd-jedit/PMDPlugin/etc/changelog.txt @@ -1,5 +1,5 @@ ??? - 2.6 -- Updated to PMD 3.1 +- Updated to PMD 3.4 - Updated to jEdit 4.3pre versions. - Added "Ignore Literals & identifiers" option for CPD. diff --git a/pmd-jedit/PMDPlugin/etc/doing_the_next_pmd_jedit_release.txt b/pmd-jedit/PMDPlugin/etc/doing_the_next_pmd_jedit_release.txt index 7ff1db352f..9c8d9a3f17 100644 --- a/pmd-jedit/PMDPlugin/etc/doing_the_next_pmd_jedit_release.txt +++ b/pmd-jedit/PMDPlugin/etc/doing_the_next_pmd_jedit_release.txt @@ -4,7 +4,7 @@ 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(this file) to the new pmd-jedit release version -comit the above changes FIRST!! +commit the above changes FIRST!! Create the binary release - 'ant release' Unzip it into jedit.home/jars @@ -16,16 +16,16 @@ TESTS: 5) Check if the PMD Help shows correct data like Release notes, help/new features. 6) Re-Commit if changes were made in the above steps first!! Create the src release: -cvs -q rtag -D tomorrow "pmd_jedit_release_2_5" pmd-jedit +cvs -q rtag -D tomorrow "pmd_jedit_release_2_6" pmd-jedit rm -rf ~/tmp/pmd-jedit mkdir -p ~/tmp/pmd-jedit -cvs -q export -d tmp -r pmd_jedit_release_2_5 pmd-jedit +cvs -q export -d tmp -r pmd_jedit_release_2_6 pmd-jedit mv tmp/* ~/tmp/pmd-jedit rmdir tmp/ cp pmd-jedit/PMDPlugin/lib/PMDPlugin.jar ~/tmp/pmd-jedit/PMDPlugin/lib copy other relevant libraries to ~/tmp/pmd-jedit/PMDPlugin/lib cd ~/tmp -zip -q -r pmd-jedit-src-2.5.zip pmd-jedit +zip -q -r pmd-jedit-src-2.6.zip pmd-jedit rm -rf pmd-jedit ncftpput upload.sourceforge.net incoming/ pmd-jedit-src-2.5.zip pmd-jedit-bin-2.5.zip diff --git a/pmd-jedit/PMDPlugin/pmd.props b/pmd-jedit/PMDPlugin/pmd.props index be0ce71f0a..1314c9c878 100644 --- a/pmd-jedit/PMDPlugin/pmd.props +++ b/pmd-jedit/PMDPlugin/pmd.props @@ -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.3.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.4.jar jaxen-core-1.0-fcs.jar saxpath-1.0-fcs.jar pmd-swingui-0.1.jar # # Menu properties