You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/06/12 03:47:25 UTC

cvs commit: maven-plugins/multiproject/src/plugin-resources/templates dependency-convergence-report.xml

brett       2004/06/11 18:47:25

  Modified:    multiproject/src/plugin-resources/templates
                        dependency-convergence-report.xml
  Log:
  PR: MPMULTIPROJECT-28
  add legend
  
  Revision  Changes    Path
  1.5       +13 -1     maven-plugins/multiproject/src/plugin-resources/templates/dependency-convergence-report.xml
  
  Index: dependency-convergence-report.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/src/plugin-resources/templates/dependency-convergence-report.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- dependency-convergence-report.xml	4 Mar 2004 18:36:33 -0000	1.4
  +++ dependency-convergence-report.xml	12 Jun 2004 01:47:25 -0000	1.5
  @@ -24,6 +24,18 @@
     </properties>  
    <body> 
     <section name="Multiproject Dependency Convergence Report">        
  +    <p>Legend:
  +       <table>
  +         <tr>
  +           <td><img src="images/icon_success_sml.gif"/></td>
  +           <td>All projects share one version of the dependency.</td>
  +         </tr>
  +         <tr>
  +           <td><img src="images/icon_error_sml.gif"/></td>
  +           <td>At least one project has a differing version of the dependency.</td>
  +         </tr>
  +       </table>
  +     </p>
        <p>
           <table>
            <tr>
  @@ -82,4 +94,4 @@
         </p>
       </section>
    </body>
  -</document>
  \ No newline at end of file
  +</document>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org