diff --git a/pmd-jedit/config/actions.xml b/pmd-jedit/config/actions.xml
new file mode 100644
index 0000000000..c97a81948b
--- /dev/null
+++ b/pmd-jedit/config/actions.xml
@@ -0,0 +1,9 @@
+
+
+
+
+
+ net.sourceforge.pmd.jedit.PMDJEditPlugin.check(view);
+
+
+
\ No newline at end of file
diff --git a/pmd-jedit/config/jedit.html b/pmd-jedit/config/jedit.html
new file mode 100644
index 0000000000..5aab6e6d78
--- /dev/null
+++ b/pmd-jedit/config/jedit.html
@@ -0,0 +1,32 @@
+
+ PMD JEdit Plug-in Users' Guide
+The PMD JEdit Plug-in requires at least JEdit 4.0final.
+
+
+Refer to the PMD user manual for the basic requirements to run PMD (You
+may find the latest version on the PMD website,
+http://PMD.sf.net/)
+
+The Plug-in comes as a single .zip file.
+Unzipping this file into a directory of your choice (referred
+to as <HOME_DIR>) will produce two
+subdirectories /bin and /docs.
+
+Further installation is simple: just copy the file
+<HOME_DIR>/bin/PMD-jedit-bundle-<version>.jar
+into the /jars directory of your JEdit distribution.
+JEdit will then need to be restarted before PMD begins working.
+
+The software adds a new menu item group into the Plugins
+menu of the editor view. Available is a new menu item:
+
+The JEdit Plug-in is free software, released under the Apache license.
+
\ No newline at end of file
diff --git a/pmd-jedit/config/pmd.props b/pmd-jedit/config/pmd.props
new file mode 100644
index 0000000000..7e9291c6d3
--- /dev/null
+++ b/pmd-jedit/config/pmd.props
@@ -0,0 +1,17 @@
+#
+# Plugin properties
+#
+plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.name=PMD Java Source Code Checker
+plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.author=Tom Copeland
+plugin.net.sourceforge.pmd.jedit.PMDJEditPlugin.version=0.1
+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.jar
+
+#
+# Menu properties
+#
+pmd-menu=pmd.check
+pmd-menu.label=PMD
+pmd.check.label=$Check active buffer
diff --git a/pmd-jedit/etc/build.xml b/pmd-jedit/etc/build.xml
new file mode 100644
index 0000000000..193563e977
--- /dev/null
+++ b/pmd-jedit/etc/build.xml
@@ -0,0 +1,49 @@
+