Removed old property

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2029 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-06-25 13:36:33 +00:00
parent a05e4b4329
commit 1ee44cf393

View File

@ -5,7 +5,6 @@
<property name="classes" value="classes\"/>
<property name="build" value="build\"/>
<property name="rulesets" value="rulesets\"/>
<property name="test-data" value="test-data\"/>
<property name="regress" value="regress\"/>
<property name="version" value="1.1"/>
<property name="jnlp_staging_area" value="/home/tom/misc/importscrubberjnlp/"/>
@ -74,7 +73,6 @@
<junit printsummary="yes" haltonfailure="yes">
<classpath>
<path refid="classpath.path" />
<pathelement location="${test-data}" />
<pathelement location="${basedir}" />
</classpath>
<batchtest fork="no" todir="${build}">