You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ah...@apache.org on 2005/10/17 00:11:14 UTC

svn commit: r322518 - /maven/maven-1/plugins/trunk/jellydoc/plugin.jelly

Author: aheritier
Date: Sun Oct 16 15:11:10 2005
New Revision: 322518

URL: http://svn.apache.org/viewcvs?rev=322518&view=rev
Log:
Fix dependencies names for xerces.

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

Modified: maven/maven-1/plugins/trunk/jellydoc/plugin.jelly
URL: http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/jellydoc/plugin.jelly?rev=322518&r1=322517&r2=322518&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/jellydoc/plugin.jelly (original)
+++ maven/maven-1/plugins/trunk/jellydoc/plugin.jelly Sun Oct 16 15:11:10 2005
@@ -113,8 +113,8 @@
       <ant:pathelement path="${plugin.getDependencyPath('javadoc')}"/>
       <ant:pathelement path="${plugin.getDependencyPath('nekohtml')}"/>
       <ant:pathelement path="${plugin.getDependencyPath('dom4j')}"/>
-      <ant:pathelement path="${plugin.getDependencyPath('xercesImpl')}"/>
-      <ant:pathelement path="${plugin.getDependencyPath('xmlParserAPIs')}"/>
+      <ant:pathelement path="${plugin.getDependencyPath('xerces:xercesImpl')}"/>
+      <ant:pathelement path="${plugin.getDependencyPath('xerces:xmlParserAPIs')}"/>
       <ant:pathelement path="${plugin.getDependencyPath('commons-jelly')}"/>
     </ant:path>
   </goal>