You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2005/09/04 12:47:50 UTC

svn commit: r278577 - /maven/maven-1/plugins/trunk/jdiff/plugin.jelly

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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org