Fix xerces dependency in jdiff classpath

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@278577 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
aheritier 2005-09-04 10:47:44 +00:00
parent d10c07b67f
commit 130e5977a0

View File

@ -137,7 +137,7 @@
</j:choose> </j:choose>
<ant:property name="baseuri" value="${plugin.dir}"/> <ant:property name="baseuri" value="${plugin.dir}"/>
<ant:property name="jdiff.cp" value="${plugin.getDependencyPath('jdiff')};${plugin.getDependencyPath('xerces')}" /> <ant:property name="jdiff.cp" value="${plugin.getDependencyPath('jdiff')};${plugin.getDependencyPath('xerces:xercesImpl')}" />
<ant:path id="maven.cp"> <ant:path id="maven.cp">
<ant:pathelement location="${plugin.getDependencyPath('jdiff')}" /> <ant:pathelement location="${plugin.getDependencyPath('jdiff')}" />