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