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:
parent
d10c07b67f
commit
130e5977a0
@ -137,7 +137,7 @@
|
||||
</j:choose>
|
||||
|
||||
<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:pathelement location="${plugin.getDependencyPath('jdiff')}" />
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user