Author: vsiveton
Date: Tue May  2 20:34:35 2006
New Revision: 399118

URL: http://svn.apache.org/viewcvs?rev=399118&view=rev
Log:
o updated documentation and javadoc

Modified:
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ProjectIndexPageReport.java
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ProjectSummaryReport.java
    
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/introduction.apt

Modified: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ProjectIndexPageReport.java
URL: 
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ProjectIndexPageReport.java?rev=399118&r1=399117&r2=399118&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ProjectIndexPageReport.java
 (original)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ProjectIndexPageReport.java
 Tue May  2 20:34:35 2006
@@ -27,7 +27,7 @@
 import java.util.Locale;
 
 /**
- * Generates the project information reports summary.
+ * Generates the project index page.
  *
  * @author <a href="mailto:[EMAIL PROTECTED]">Brett Porter </a>
  * @author <a href="mailto:[EMAIL PROTECTED]">Vincent Siveton </a>

Modified: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ProjectSummaryReport.java
URL: 
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ProjectSummaryReport.java?rev=399118&r1=399117&r2=399118&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ProjectSummaryReport.java
 (original)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/main/java/org/apache/maven/report/projectinfo/ProjectSummaryReport.java
 Tue May  2 20:34:35 2006
@@ -28,6 +28,8 @@
 import java.util.Locale;
 
 /**
+ * Generates the project information reports summary.
+ *
  * @author Edwin Punzalan
  * @goal summary
  * @plexus.component

Modified: 
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/introduction.apt
URL: 
http://svn.apache.org/viewcvs/maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/introduction.apt?rev=399118&r1=399117&r2=399118&view=diff
==============================================================================
--- 
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/introduction.apt
 (original)
+++ 
maven/plugins/trunk/maven-project-info-reports-plugin/src/site/apt/introduction.apt
 Tue May  2 20:34:35 2006
@@ -14,13 +14,13 @@
 |<<Report Name>>                  | <<Description>>                            
                                   |
 |                                 |                                            
                                   |
 
*---------------------------------+-------------------------------------------------------------------------------+
-|Dependencies Report              | Project Dependencies and Transitive 
Dependencies  Report                      |
+|Dependencies Report              | Project Dependencies and Transitive 
Dependencies Report                       |
 
*---------------------------------+-------------------------------------------------------------------------------+
 |Mailing Lists                    | Project Mailing List                       
                                   |
 
*---------------------------------+-------------------------------------------------------------------------------+
 |Continous Integration            | Continous Integration used by the Project 
(System Name, URL, Notifiers)       |
 
*---------------------------------+-------------------------------------------------------------------------------+
-|Source Repository                | Source Code Manager used by the Project.  
This report shows how to access     |
+|Source Repository                | Source Code Manager used by the Project. 
This report shows how to access      |
 |                                 | the source code (Anonymous access, Dev 
access, Web access, etc.)              |
 
*---------------------------------+-------------------------------------------------------------------------------+
 |Issue Tracking                   | Issue Tracking System used by the Project. 
(URL)                              |
@@ -28,6 +28,12 @@
 |Project Team                     | Project Team Members, Developers, and 
Contributors                            |
 
*---------------------------------+-------------------------------------------------------------------------------+
 |License                          | License of the project                     
                                   |
+*---------------------------------+-------------------------------------------------------------------------------+
+|Dependency Convergence           | Dependency Convergence for reactor builds  
                                   |
+*---------------------------------+-------------------------------------------------------------------------------+
+|Index                            | Project index                              
                                   |
+*---------------------------------+-------------------------------------------------------------------------------+
+|Summary                          | Project information reports summary        
                                   |
 
*---------------------------------+-------------------------------------------------------------------------------+
 
 


Reply via email to