From 14b7da579d0e3e64b317abc5a4fcd26284715ca3 Mon Sep 17 00:00:00 2001 From: David Craine Date: Fri, 12 Jul 2002 15:00:53 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@328 51baf565-9d33-0410-a72c-fc3788e3496d --- .../doing_the_next_pmd_jbuilder_release.txt | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pmd-jbuilder/etc/doing_the_next_pmd_jbuilder_release.txt b/pmd-jbuilder/etc/doing_the_next_pmd_jbuilder_release.txt index f3daa8380c..9040919941 100644 --- a/pmd-jbuilder/etc/doing_the_next_pmd_jbuilder_release.txt +++ b/pmd-jbuilder/etc/doing_the_next_pmd_jbuilder_release.txt @@ -6,16 +6,16 @@ move the zip file into c:\tmp Create the src release: cd lib -cvs add -kb PMDOpenTools-0.2.jar -cvs rm PMDOpenTools-0.1.jar +cvs add -kb PMDOpenTools-0.3.jar +cvs rm PMDOpenTools-0.2.jar cvs ci -m "adding new jar, removing old one" cd c:\data\pmd rmdir /q /s pmd-jbuilder\build -cvs rtag -D tomorrow "pmd_jbuilder_release_0_2" pmd-jbuilder +cvs rtag -D tomorrow "pmd_jbuilder_release_0_3" pmd-jbuilder rmdir /q /s c:\tmp\pmd-jbuilder mkdir c:\tmp\pmd-jbuilder -cvs export -d c:\tmp\pmd-jbuilder -r pmd_jbuilder_release_0_2 pmd-jbuilder -zip it up, rename it to pmd-jbuilder-src-0.2.zip +cvs export -d c:\tmp\pmd-jbuilder -r pmd_jbuilder_release_0_3 pmd-jbuilder +zip it up, rename it to pmd-jbuilder-src-0.3.zip unzip binary release into the JBuilder lib/ext directory TESTS: @@ -23,7 +23,7 @@ TESTS: 2) Can you run it it on a file and find some unused code? if you see a bug and fix it, you can delete the release using: -cvs rtag -d pmd_jbuilder_release_0_2 pmd +cvs rtag -d pmd_jbuilder_release_0_3 pmd and then retag everything FTP the zip file to SF @@ -31,13 +31,13 @@ ftp upload.sourceforge.net generic userid/password: anonymous/dcraine@infoether.com cd incoming bin -put pmd-jbuilder-src-0.2.zip -put pmd-jbuilder-bin-0.2.zip +put pmd-jbuilder-src-0.3.zip +put pmd-jbuilder-bin-0.3.zip Go to Admin, Edit/Release Files, click on Add new release Paste stuff into the changelog/readme boxes -Add the pmd-jbuilder-src-0.2.zip file -Add the pmd-jbuilder-bin-0.2.zip file +Add the pmd-jbuilder-src-0.3.zip file +Add the pmd-jbuilder-bin-0.3.zip file Classify the file Submit some news saying "hey, new release of the jbuilder plugin!"