From 4429bfb38aeedd961c5d03e85f0471603b820697 Mon Sep 17 00:00:00 2001 From: Jiger Patel Date: Fri, 31 Oct 2003 06:16:49 +0000 Subject: [PATCH] Updated files for the new Release git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2355 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-jedit/PMDPlugin/etc/changelog.txt | 3 +++ .../etc/doing_the_next_pmd_jedit_release.txt | 16 ++++++++-------- pmd-jedit/PMDPlugin/jedit.html | 6 +++++- 3 files changed, 16 insertions(+), 9 deletions(-) diff --git a/pmd-jedit/PMDPlugin/etc/changelog.txt b/pmd-jedit/PMDPlugin/etc/changelog.txt index 8a8094e46e..4a6207b6ad 100644 --- a/pmd-jedit/PMDPlugin/etc/changelog.txt +++ b/pmd-jedit/PMDPlugin/etc/changelog.txt @@ -1,3 +1,6 @@ +October 31st 2003 - 2.3 +1. Updated to PMD 1.3 + August 18th 2003 - 2.2 1. Updated to PMD 1.2.1 2. Updated to jEdit 4.2 API changes 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 3bdbd8eac8..1bddd83ec2 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 @@ -1,8 +1,8 @@ update the release date in the changelog change config/pmd.props to reflect actual pmd.jar file version -change config/pmd.props to reflect pmd-jedit release 2.2 -change config/jedit.html to reflect pmd-jedit release 2.2 -change the build.xml to reflect pmd-jedit release 2.2 +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 comit the above changes FIRST!! @@ -15,18 +15,18 @@ TESTS: 4) Does CPD work? Create the src release: -cvs -q rtag -D tomorrow "pmd_jedit_release_2_1" pmd-jedit +cvs -q rtag -D tomorrow "pmd_jedit_release_2_3" pmd-jedit rm -rf ~/tmp/pmd-jedit mkdir -p ~/tmp/pmd-jedit -cvs -q export -d tmp -r pmd_jedit_release_2_1 pmd-jedit +cvs -q export -d tmp -r pmd_jedit_release_2_3 pmd-jedit mv tmp/* ~/tmp/pmd-jedit rmdir tmp/ -cp pmd-jedit/lib/PMDJEditPlugin-2.2.jar ~/tmp/pmd-jedit/lib +cp pmd-jedit/lib/PMDJEditPlugin-2.3.jar ~/tmp/pmd-jedit/lib cd ~/tmp -zip -q -r pmd-jedit-src-2.2.zip pmd-jedit +zip -q -r pmd-jedit-src-2.3.zip pmd-jedit rm -rf pmd-jedit -ncftpput upload.sourceforge.net incoming/ pmd-jedit-src-2.2.zip pmd-jedit-bin-2.2.zip +ncftpput upload.sourceforge.net incoming/ pmd-jedit-src-2.3.zip pmd-jedit-bin-2.3.zip Go to Admin, Edit/Release Files, click on Add new release Paste stuff into the changelog/readme boxes diff --git a/pmd-jedit/PMDPlugin/jedit.html b/pmd-jedit/PMDPlugin/jedit.html index 443af49e8c..8b6361df3f 100644 --- a/pmd-jedit/PMDPlugin/jedit.html +++ b/pmd-jedit/PMDPlugin/jedit.html @@ -11,7 +11,7 @@ You can read much more about PMD here - http://pmd.sf.net/.

Installation

Integration

@@ -39,6 +39,10 @@ then 2) select the "PMD->Check directory recursively" menu option.

PMD jEdit 2.2 adds updates PMD plugin to the latest and the greatest PMD release, updates to Dynamic class loading feature of jEdit and adds PMD to jEdit's File System Browser for easy access.

Release Notes

+

2.3

+
    +
  1. Updated to PMD 1.3
  2. +

2.2

  1. Updated to PMD 1.2.1