jvanzyl 02/04/18 21:35:18
Modified: src/java/org/apache/maven Jxr.java
Log:
Applying patch supplied by Brian Leonard <[EMAIL PROTECTED]> that
fixes image duplication in the JXR task.
Revision Changes Path
1.3 +2 -2 jakarta-turbine-maven/src/java/org/apache/maven/Jxr.java
Index: Jxr.java
===================================================================
RCS file: /home/cvs/jakarta-turbine-maven/src/java/org/apache/maven/Jxr.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Jxr.java 18 Apr 2002 17:43:34 -0000 1.2
+++ Jxr.java 19 Apr 2002 04:35:18 -0000 1.3
@@ -72,7 +72,7 @@
*
* @author <a href="mailto:[EMAIL PROTECTED]">Josh Lucas</a>
* @author <a href="mailto:[EMAIL PROTECTED]">Jason van Zyl</a>
- * @version $Id: Jxr.java,v 1.2 2002/04/18 17:43:34 jvanzyl Exp $
+ * @version $Id: Jxr.java,v 1.3 2002/04/19 04:35:18 jvanzyl Exp $
*/
public class Jxr
extends AbstractExecutor
@@ -154,7 +154,7 @@
// once we have all the source files xref'd, create the index pages
try
{
- new DirectoryIndexer(destDir, imageFolder, imageFile,
+ new DirectoryIndexer(destDir, destDir, imageFolder, imageFile,
DirectoryIndexer.MODE_JAVA);
}
catch (IOException ioe)