diff --git a/pmd-jedit/etc/changelog.txt b/pmd-jedit/etc/changelog.txt
index 1b22ce61f6..afd7b453be 100644
--- a/pmd-jedit/etc/changelog.txt
+++ b/pmd-jedit/etc/changelog.txt
@@ -1,3 +1,5 @@
+???? 2002 - 0.5:
+
July 18 2002 - 0.4:
Updated to use pmd-0.6
Modified to use ErrorList plugin
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 5ed47055c8..565106d8c3 100644
--- a/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt
+++ b/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt
@@ -8,34 +8,34 @@ ant release
move the zip file into c:\tmp
TESTS:
1) Can you run jedit ok?
-4) Can you run it it on a file and find some unused code?
-4) Are options persistant?
+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_4 pmd
+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\
cd c:\data\pmd
-cvs rtag -D tomorrow "pmd_jedit_release_0_4" pmd-jedit
+cvs rtag -D tomorrow "pmd_jedit_release_0_5" pmd-jedit
rmdir /q /s c:\tmp\pmd-jedit
mkdir c:\tmp\pmd-jedit
-cvs export -d c:\tmp\pmd-jedit -r pmd_jedit_release_0_4 pmd-jedit
-zip it up, rename it to pmd-jedit-src-0.4.zip
+cvs export -d c:\tmp\pmd-jedit -r pmd_jedit_release_0_5 pmd-jedit
+zip it up, rename it to pmd-jedit-src-0.5.zip
FTP the zip file to SF
ftp upload.sourceforge.net
generic userid/password: anonymous/tom@infoether.com
cd incoming
bin
-put pmd-jedit-src-0.4.zip
-put pmd-jedit-bin-0.4.zip
+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.4.zip file
-Add the pmd-jedit-bin-0.4.zip file
+Add the pmd-jedit-src-0.5.zip file
+Add the pmd-jedit-bin-0.5.zip file
Classify the file
Submit some news saying "hey, new release of the JEdit plugin!"
diff --git a/pmd/pmd.xml b/pmd/pmd.xml
index ac970dd117..25ffc7e9dc 100644
--- a/pmd/pmd.xml
+++ b/pmd/pmd.xml
@@ -21,7 +21,7 @@ will update documents on the Build Site.
name="pmd"
classname="net.sourceforge.pmd.ant.PMDTask">
-
+
diff --git a/pmd/xdocs/running.xml b/pmd/xdocs/running.xml
index 46fa808d79..516b68ccc1 100644
--- a/pmd/xdocs/running.xml
+++ b/pmd/xdocs/running.xml
@@ -29,7 +29,7 @@ C:\data\pmd\pmd\etc>
- Add a new Ant target to your build file - here's some examples.
- - Make sure the pmd-0.4.jar file is on your classpath.
+ - Make sure the pmd-0.6.jar file is on your classpath.
- Run Ant like you normally do.