tweak
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@1605 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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 ../
|
||||
|
Reference in New Issue
Block a user