*** empty log message ***

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@322 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
David Craine
2002-07-12 14:34:35 +00:00
parent e0e8d253e9
commit e9cb465de4
3 changed files with 9 additions and 2 deletions

View File

@ -33,7 +33,7 @@
<property category="sys" name="InstanceVisibility" value="2"/>
<property category="sys" name="JDK" value="java 1.3.1-b24"/>
<property category="sys" name="LastTag" value="0"/>
<property category="sys" name="Libraries" value="Open Tools SDK;Ant;Xerces;PMD-0.3"/>
<property category="sys" name="Libraries" value="Open Tools SDK;Ant;Xerces;PMD-0.4"/>
<property category="sys" name="MakeStable" value="0"/>
<property category="sys" name="OutPath" value="classes"/>
<property category="sys" name="SourcePath" value="src;test;../PMD/src"/>

View File

@ -1,2 +1,2 @@
copy lib\PMDOpenTool.jar %1
copy lib\pmd-0.3.jar %1
copy lib\pmd-0.4.jar %1

View File

@ -1,2 +1,9 @@
July 12 2002 - 0.2:
Added support for pmd-0.4
Added configuration capability
Fixed manifest problem
July 10 2002 - 0.1:
Initial release