From 5975901e4fa67f0edf3d80cfeedd480e3d7286a1 Mon Sep 17 00:00:00 2001 From: Philippe Herlin Date: Mon, 30 Jun 2003 21:26:36 +0000 Subject: [PATCH] Redesigning plugin configuration git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2051 51baf565-9d33-0410-a72c-fc3788e3496d --- pmd-eclipse/README | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 pmd-eclipse/README diff --git a/pmd-eclipse/README b/pmd-eclipse/README deleted file mode 100644 index 39b05cd4b1..0000000000 --- a/pmd-eclipse/README +++ /dev/null @@ -1,39 +0,0 @@ -=================================================================== -To Install: -=================================================================== -If you are using the binary, just unzip the Zip file -in $ECLIPSE_HOME/plugins. - -If you are building from scratch, then things get a bit more -complicated. (If you know Eclipse better than I, let me know. -I think it should be easier. . .) - -Jar up the files that get dumped into the bin directory after -the build, and copy the following directory structure to the -$ECLIPSE_HOME/plugins directory: - -$ECLIPSE_HOME/plugins/net.sourceforge.pmd_0.5.0 (or current version) - plugin.xml - pmd-eclipse.jar - lib/pmd-1.03.jar (or most recent version of PMD.) - icons/pmd-icon-32.gif - icons/pmd-icon-16.gif - -=================================================================== -To Use: -=================================================================== - -From the Windows, Preferences menu, you can select what rulesets PMD will use. -PMD can now be used in two different modes. -On the Properties page for a project, you can enable PMD for the project. This -will cause PMD to be run after each compile, and the PMD violations will appear as -Warnings in the Tasks view. -You can also right click on a package or class and use the Check Code with PMD -option. This will run PMD on the selected files, and violations will -appear as a Task in the Tasks view. You can mark these Tasks as complete -and remove them from the Tasks view. - -Share and Enjoy! - -DDP -