Author: aheritier
Date: Sun Sep  4 03:47:44 2005
New Revision: 278577

URL: http://svn.apache.org/viewcvs?rev=278577&view=rev
Log:
Fix xerces dependency in jdiff classpath

Modified:
    maven/maven-1/plugins/trunk/jdiff/plugin.jelly

Modified: maven/maven-1/plugins/trunk/jdiff/plugin.jelly
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jdiff/plugin.jelly?rev=278577&r1=278576&r2=278577&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jdiff/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/jdiff/plugin.jelly Sun Sep  4 03:47:44 2005
@@ -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')}" />



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to