Added ant.jar to classpath

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2139 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Jiger Patel
2003-07-31 10:22:38 +00:00
parent 689a6e911d
commit b4ae537431

View File

@ -12,6 +12,7 @@
<path id="classpath.path">
<pathelement location="${build}"/>
<fileset dir="${lib}">
<include name="ant.jar"/>
<include name="jaxen-core-1.0-fcs.jar"/>
<include name="saxpath-1.0-fcs.jar"/>
<include name="xercesImpl-2.0.2.jar"/>
@ -30,7 +31,7 @@
<javac deprecation="false"
debug="true"
optimize="false"
srcdir="${src}:${regress}"
srcdir="${src}"
destdir="${build}">
<classpath>
<path refid="classpath.path"/>