git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1605 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-03-24 21:34:43 +00:00
parent d4f2c92c53
commit bc2616e626
3 changed files with 4 additions and 9 deletions

View File

@ -1,5 +1,6 @@
????? - 1.05:
TODO - update grammar - can we change setPublic(true) to setPublic()?
TODO - fix it so tests and rules don't duplicate the xpath expressions
March 21, 2003 - 1.04
Added new rules: ConstructorCallsOverridableMethodRule, AtLeastOneConstructorRule, JUnitAssertionsShouldIncludeMessageRule, DoubleCheckedLockingRule, ExcessivePublicCountRule, AccessorClassGenerationRule

View File

@ -49,13 +49,8 @@ if you see a bug and fix it, you can delete the release using:
cvs rtag -d pmd_release_1_04 pmd
and then retag everything
FTP the zip file to SF
ncftp upload.sourceforge.net
generic userid/password: anonymous/tom@infoether.com
cd incoming
bin
put pmd-bin-1.04.zip
put pmd-src-1.04.zip
ncftpput upload.sourceforge.net incoming/ pmd-src-1.04.zip
ncftpput upload.sourceforge.net incoming/ pmd-bin-1.04.zip
Go to Admin, Edit/Release Files, click on Add new release
Paste stuff into the changelog/readme boxes

View File

@ -8,7 +8,6 @@ DOCS_FILE=docs.tar.gz
cp xdocs/cpdresults.txt target/docs/
cd target
rm $DOCS_FILE
tar zcf $DOCS_FILE docs
tar zcf $DOCS_FILE docs/
scp -i ~/.ssh/identity $DOCS_FILE tomcopeland@pmd.sourceforge.net:/home/groups/p/pm/pmd/
rm $DOCS_FILE
cd ../