Updated files for the new Release
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2355 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -11,7 +11,7 @@ You can read much more about PMD here - http://pmd.sf.net/.</p>
|
||||
<h3>Installation</h3>
|
||||
<ul>
|
||||
<li>Uninstall any old PMD-JEdit plugins
|
||||
<li>Unzip the PMD-JEdit-bin-2.0.zip file into your JEdit directory; it'll put a couple of jar files into your jars directory.
|
||||
<li>Unzip the PMD-JEdit-bin-2.3.zip file into your JEdit directory; it'll put a couple of jar files into your jars directory.
|
||||
<li>Restart JEdit and you'll be ready to go.
|
||||
</ul>
|
||||
<h3>Integration</h3>
|
||||
@ -39,6 +39,10 @@ then 2) select the "PMD->Check directory recursively" menu option.</p>
|
||||
|
||||
<p>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.</p>
|
||||
<h2>Release Notes</h2>
|
||||
<h3>2.3</h3>
|
||||
<ol>
|
||||
<li>Updated to PMD 1.3</li>
|
||||
</ol>
|
||||
<h3>2.2</h3>
|
||||
<ol>
|
||||
<li>Updated to PMD 1.2.1</li>
|
||||
|
Reference in New Issue
Block a user