2002-07-08 15:43:20 +00:00
|
|
|
update the release date in the changelog
|
2002-07-08 17:24:35 +00:00
|
|
|
change config/pmd.props to reflect actual pmd.jar file version
|
2003-04-18 14:53:05 +00:00
|
|
|
change config/pmd.props to reflect pmd-jedit release 2.0
|
|
|
|
change config/jedit.html to reflect pmd-jedit release 2.0
|
|
|
|
change the build.xml to reflect pmd-jedit release 2.0
|
2002-07-08 15:43:20 +00:00
|
|
|
|
2003-04-18 15:01:08 +00:00
|
|
|
Create the binary release - 'ant release'
|
|
|
|
Unzip it into jedit.home/jars
|
2002-07-08 17:24:35 +00:00
|
|
|
TESTS:
|
|
|
|
1) Can you run jedit ok?
|
2002-07-18 18:07:01 +00:00
|
|
|
2) Can you run it it on a file and find some unused code?
|
|
|
|
3) Are options persistant?
|
2003-04-18 14:53:05 +00:00
|
|
|
4) Does CPD work?
|
2002-07-08 15:43:20 +00:00
|
|
|
|
2003-04-18 15:01:08 +00:00
|
|
|
Create the src release:
|
2003-04-18 14:53:05 +00:00
|
|
|
cvs -q rtag -D tomorrow "pmd_jedit_release_2_0" pmd-jedit
|
2003-03-24 17:51:06 +00:00
|
|
|
rm -rf ~/tmp/pmd-jedit
|
|
|
|
mkdir -p ~/tmp/pmd-jedit
|
2003-04-18 14:53:05 +00:00
|
|
|
cvs -q export -d tmp -r pmd_jedit_release_2_0 pmd-jedit
|
2003-03-24 18:08:55 +00:00
|
|
|
mv tmp/* ~/tmp/pmd-jedit
|
2003-04-18 14:53:05 +00:00
|
|
|
rmdir tmp/
|
|
|
|
cp pmd-jedit/lib/PMDJEditPlugin-2.0.jar ~/tmp/pmd-jedit/lib
|
2003-03-24 17:51:06 +00:00
|
|
|
cd ~/tmp
|
2003-04-18 15:01:08 +00:00
|
|
|
zip -q -r pmd-jedit-src-2.0.zip pmd-jedit
|
2003-03-24 18:08:55 +00:00
|
|
|
rm -rf pmd-jedit
|
2002-07-12 17:06:22 +00:00
|
|
|
|
2003-04-18 15:01:08 +00:00
|
|
|
ncftpput upload.sourceforge.net incoming/ pmd-jedit-src-2.0.zip pmd-jedit-bin-2.0.zip
|
2002-07-22 20:29:06 +00:00
|
|
|
|
2002-07-08 15:43:20 +00:00
|
|
|
Go to Admin, Edit/Release Files, click on Add new release
|
|
|
|
Paste stuff into the changelog/readme boxes
|
2003-05-07 21:11:07 +00:00
|
|
|
Add the 2 zip files
|
2002-07-08 15:43:20 +00:00
|
|
|
Classify the file
|
|
|
|
|
|
|
|
Submit some news saying "hey, new release of the JEdit plugin!"
|