diff --git a/pmd-jedit/config/jedit.html b/pmd-jedit/config/jedit.html
index c8242e996f..610038e7cd 100644
--- a/pmd-jedit/config/jedit.html
+++ b/pmd-jedit/config/jedit.html
@@ -11,7 +11,7 @@ You can read much more about PMD here - http://pmd.sf.net/.
Installation
- Uninstall any old PMD-JEdit plugins
-
- Unzip the PMD-JEdit-bin-0.7.zip file into your JEdit directory; it'll put a couple of jar files into your jars directory.
+
- Unzip the PMD-JEdit-bin-0.8.zip file into your JEdit directory; it'll put a couple of jar files into your jars directory.
- Restart JEdit and you'll be ready to go.
Integration
diff --git a/pmd-jedit/config/pmd.props b/pmd-jedit/config/pmd.props
index a43b7e84be..22ea9f7408 100644
--- a/pmd-jedit/config/pmd.props
+++ b/pmd-jedit/config/pmd.props
@@ -7,7 +7,7 @@ plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=0.8
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.docs=jedit.html
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.0=jdk 1.3
plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.depend.1=jedit 04.00.99.00
-plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-0.8.jar
+plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.jars=pmd-0.9.jar
#
# Menu properties
diff --git a/pmd-jedit/etc/build.xml b/pmd-jedit/etc/build.xml
index 64da2d5faa..675ca61da6 100644
--- a/pmd-jedit/etc/build.xml
+++ b/pmd-jedit/etc/build.xml
@@ -4,7 +4,7 @@
-
+
diff --git a/pmd-jedit/etc/changelog.txt b/pmd-jedit/etc/changelog.txt
index 7ff9baa322..a60dd39b7c 100644
--- a/pmd-jedit/etc/changelog.txt
+++ b/pmd-jedit/etc/changelog.txt
@@ -1,6 +1,7 @@
-???? 2002 - 0.8:
-Fixed GUI lockup problem.
-Added example text to option pane.
+Augst 16 2002 - 0.8:
+Fixed GUI lockup problem
+Added example text to option pane
+Updated to use pmd-0.9
August 2 2002 - 0.7:
Updated to use pmd-0.8
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 44c2c04cbc..f8f9d64556 100644
--- a/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt
+++ b/pmd-jedit/etc/doing_the_next_pmd_jedit_release.txt
@@ -1,5 +1,7 @@
update the release date in the changelog
change config/pmd.props to reflect actual pmd.jar file version
+change config/pmd.props to reflect pmd-jedit release 0.8
+change config/jedit.html to reflect pmd-jedit release 0.8
Create the binary release:
ant release
diff --git a/pmd-jedit/etc/scp.bat b/pmd-jedit/etc/scp.bat
index e93c22ccfa..946fc5684a 100755
--- a/pmd-jedit/etc/scp.bat
+++ b/pmd-jedit/etc/scp.bat
@@ -1,6 +1,5 @@
@echo off
set CLASSPATH=..\build
-set CLASSPATH=%CLASSPATH%;..\lib\pmd-0.7.jar
set CLASSPATH=%CLASSPATH%;..\lib\ErrorList.jar
set CLASSPATH=%CLASSPATH%;..\lib\jedit.jar
set CVS_RSH=c:\bin\ssh\ssh
diff --git a/pmd-jedit/etc/scp.sh b/pmd-jedit/etc/scp.sh
index 4a29a23ed1..394e385964 100755
--- a/pmd-jedit/etc/scp.sh
+++ b/pmd-jedit/etc/scp.sh
@@ -1,4 +1,3 @@
#!/bin/sh
CLASSPATH=../build/
-CLASSPATH=$CLASSPATH:../lib/pmd-0.7.jar
CLASSPATH=$CLASSPATH:../lib/jedit.jar
diff --git a/pmd-jedit/lib/pmd-0.8.jar b/pmd-jedit/lib/pmd-0.9.jar
similarity index 84%
rename from pmd-jedit/lib/pmd-0.8.jar
rename to pmd-jedit/lib/pmd-0.9.jar
index c6c82c244b..d62c344cce 100644
Binary files a/pmd-jedit/lib/pmd-0.8.jar and b/pmd-jedit/lib/pmd-0.9.jar differ