rls preps

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@3875 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2005-09-28 20:12:53 +00:00
parent 46c3790418
commit 8229be508a
2 changed files with 2 additions and 5 deletions

View File

@@ -5,7 +5,7 @@
<property name="dir.build" value="build\"/>
<property name="dir.rulesets" value="rulesets\"/>
<property name="dir.regress" value="regress\"/>
<property name="version" value="1.4"/>
<property name="version" value="1.3"/>
<property name="pmd.version" value="3.3"/>
<path id="dependencies.path">

View File

@@ -1,9 +1,6 @@
September 28, 2005 - 1.4:
September 28, 2005 - 1.3:
Updated to PMD 3.3
Implemented RFE 714950 - Now there's an option to check all the open files in a project; thanks to Lori Olson for the feedback.
August 20, 2005 - 1.3:
Updated to PMD 3.2
Fixed bug 786629 - the plugin no longer displays a file name if there are no problems found.
July 12 2002 - 0.2: