From 717a6983097f59468bf14487a7fc48e6356f6986 Mon Sep 17 00:00:00 2001 From: David Craine Date: Wed, 31 Jul 2002 16:36:59 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@573 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse/.classpath | 13 +++++++++++++ pmd-eclipse/.project | 17 +++++++++++++++++ pmd-eclipse/TODO.txt | 4 ++++ 3 files changed, 34 insertions(+) create mode 100644 pmd-eclipse/.classpath create mode 100644 pmd-eclipse/.project create mode 100644 pmd-eclipse/TODO.txt diff --git a/pmd-eclipse/.classpath b/pmd-eclipse/.classpath new file mode 100644 index 0000000000..c4cadeab77 --- /dev/null +++ b/pmd-eclipse/.classpath @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/pmd-eclipse/.project b/pmd-eclipse/.project new file mode 100644 index 0000000000..52aa74be89 --- /dev/null +++ b/pmd-eclipse/.project @@ -0,0 +1,17 @@ + + + pmd-eclipse + + + + + + org.eclipse.jdt.core.javabuilder + + + + + + org.eclipse.jdt.core.javanature + + diff --git a/pmd-eclipse/TODO.txt b/pmd-eclipse/TODO.txt new file mode 100644 index 0000000000..8415bf93d6 --- /dev/null +++ b/pmd-eclipse/TODO.txt @@ -0,0 +1,4 @@ +1. DONE. Clear out task list of previously entered PMD tasks when re-running PMD +2. DONE. Modify to allow allow ruleset selection from a drop-down list that is populated from +the ruleset.properties file. The user should still be allowed to type in a rule set as well. +3. DONE. Update to use PMD 0.8 \ No newline at end of file