diff --git a/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt b/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt index 37ab56f401..ab7edb5214 100644 --- a/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt +++ b/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt @@ -12,12 +12,8 @@ TESTS: 2) Can you run it it on a file and find some unused code? 3) Are options persistant? -if you see a bug and fix it, you can delete the release using: -cvs rtag -d pmd_jedit_release_0_5 pmd -and then retag everything - Create the src release: -Ensure there's a PMDJEditPlugin.jar file in lib\ +Ensure there's a PMDJEditPlugin-0.5.jar file in lib\ cd c:\data\pmd cvs rtag -D tomorrow "pmd_jedit_release_0_5" pmd-jedit rmdir /q /s c:\tmp\pmd-jedit @@ -33,6 +29,7 @@ bin put pmd-jedit-src-0.5.zip put pmd-jedit-bin-0.5.zip + Go to Admin, Edit/Release Files, click on Add new release Paste stuff into the changelog/readme boxes Add the pmd-jedit-src-0.5.zip file diff --git a/pmd-jedit/lib/PMDJEditPlugin-0.4.jar b/pmd-jedit/lib/PMDJEditPlugin-0.4.jar deleted file mode 100644 index 9c660bf4a6..0000000000 Binary files a/pmd-jedit/lib/PMDJEditPlugin-0.4.jar and /dev/null differ diff --git a/pmd-jedit/lib/PMDJEditPlugin-0.5.jar b/pmd-jedit/lib/PMDJEditPlugin-0.5.jar new file mode 100644 index 0000000000..35575d202a Binary files /dev/null and b/pmd-jedit/lib/PMDJEditPlugin-0.5.jar differ