Rename from old README file

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2052 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Philippe Herlin
2003-06-30 21:27:41 +00:00
parent 5975901e4f
commit 1bc8f0fe2e

37
pmd-eclipse/README.txt Normal file
View File

@ -0,0 +1,37 @@
===================================================================
Prereqs:
===================================================================
This version should works with all Eclipse v2.x based environments.
===================================================================
To Install:
===================================================================
Just unzip the pmd-eclipse-bin-v.r.m.zip in $ECLIPSE_HOME/plugins.
Restart Eclipse !
With WSAD, unzip in the ../WebSphere Studio/eclipse/plugins directory.
===================================================================
To Use:
===================================================================
Read the online help ! Open the Help->Help Contents
and select the book "PMD Plugin Documentation".
All needed informations are in the "How to..." section.
===================================================================
To Build:
===================================================================
Import the pmd-eclipse-src-v.r.m.zip in a Eclipse Plugin development
project, then run the build.xml Ant file. Select the clean, zip.plugin
and pmd-eclipsesrc.zip targets.
Note : the best way to get sources is to checkout the project from the
CVS Repository.
Share and Enjoy!
The PMD Eclipse Plugin Development Team.