St�phane MOR wrote:

> I forgot the maven-reports.xml patch ... 

This bloody file doesn't seem to want to be sent ... last try ...
I also made a very silly mistake and forgot to escape the quotes in 
JXR.java, resending it ... (one day I may have a brain ...)

St�phane
Index: src/java/org/apache/maven/jxr/JXR.java
===================================================================
RCS file: 
/home/cvspublic/jakarta-turbine-maven/src/java/org/apache/maven/jxr/JXR.java,v
retrieving revision 1.10
diff -u -r1.10 JXR.java
--- src/java/org/apache/maven/jxr/JXR.java      22 May 2002 17:59:00 -0000      1.10
+++ src/java/org/apache/maven/jxr/JXR.java      6 Jun 2002 03:11:39 -0000
@@ -71,7 +71,8 @@
      * Description of the Field
      */
     public final static String NOTICE =
-        "This page automatically generated by Maven";
+        "This page was automatically generated by " + 
+        "<a href=\"http://jakarta.apache.org/turbine/maven\";>Maven</a>";
 
     /**
      * Path to all source.files

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

Reply via email to