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
|
2002-11-14 13:40:36 +00:00
|
|
|
change config/pmd.props to reflect pmd-jedit release 1.1
|
|
|
|
change config/jedit.html to reflect pmd-jedit release 1.1
|
|
|
|
change the build.xml to reflect pmd-jedit release 1.1
|
2002-07-08 15:43:20 +00:00
|
|
|
|
2002-07-08 17:24:35 +00:00
|
|
|
Create the binary release:
|
|
|
|
ant release
|
2002-07-09 18:18:00 +00:00
|
|
|
move the zip file into c:\tmp
|
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?
|
2002-07-08 15:43:20 +00:00
|
|
|
|
2002-07-12 17:06:22 +00:00
|
|
|
Create the src release:
|
2002-11-14 13:40:36 +00:00
|
|
|
cvs -q rtag -D tomorrow "pmd_jedit_release_1_1" pmd-jedit
|
2002-07-12 17:06:22 +00:00
|
|
|
rmdir /q /s c:\tmp\pmd-jedit
|
|
|
|
mkdir c:\tmp\pmd-jedit
|
2002-11-14 13:40:36 +00:00
|
|
|
cvs -q export -d c:\tmp\pmd-jedit -r pmd_jedit_release_1_1 pmd-jedit
|
|
|
|
copy pmd-jedit\lib\PMDJEditPlugin-1.1.jar c:\tmp\pmd-jedit\lib
|
|
|
|
zip it up, rename it to pmd-jedit-src-1.1.zip
|
2002-07-12 17:06:22 +00:00
|
|
|
|
2002-07-08 15:43:20 +00:00
|
|
|
FTP the zip file to SF
|
|
|
|
ftp upload.sourceforge.net
|
2002-07-08 17:52:08 +00:00
|
|
|
generic userid/password: anonymous/tom@infoether.com
|
2002-07-08 15:43:20 +00:00
|
|
|
cd incoming
|
|
|
|
bin
|
2002-11-14 13:40:36 +00:00
|
|
|
put pmd-jedit-src-1.1.zip
|
|
|
|
put pmd-jedit-bin-1.1.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
|
2002-11-14 13:40:36 +00:00
|
|
|
Add the pmd-jedit-src-1.1.zip file
|
|
|
|
Add the pmd-jedit-bin-1.1.zip file
|
2002-07-08 15:43:20 +00:00
|
|
|
Classify the file
|
|
|
|
|
|
|
|
Submit some news saying "hey, new release of the JEdit plugin!"
|
2002-07-26 14:37:05 +00:00
|
|
|
|
|
|
|
change config/pmd.props to reflect the next plugin version
|
|
|
|
change jedit.html to reflect the next plugin version
|
|
|
|
change build.xml to reflect the next plugin version
|