You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by mi...@apache.org on 2003/10/05 17:48:11 UTC

cvs commit: maven/src/plugins-build/multiproject/src/plugin-resources/templates projects-overview.xml

michal      2003/10/05 08:48:11

  Modified:    src/plugins-build/multiproject/src/plugin-resources/templates
                        projects-overview.xml
  Log:
  layout was simplified
  
  Revision  Changes    Path
  1.5       +8 -22     maven/src/plugins-build/multiproject/src/plugin-resources/templates/projects-overview.xml
  
  Index: projects-overview.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/multiproject/src/plugin-resources/templates/projects-overview.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- projects-overview.xml	29 Sep 2003 19:22:56 -0000	1.4
  +++ projects-overview.xml	5 Oct 2003 15:48:11 -0000	1.5
  @@ -14,30 +14,16 @@
         <table>          
           #foreach ($project in $reactorProjects)
             <tr>
  -            <th><a href="#${project.name}">${project.name}</a></th>
  +           #if ($navType == "aggregate")
  +             <th><a href="/${aggregateDir}${project.artifactId}/index.html">${project.name}</a></th>
  +           #else
  +             <th><a href="${project.url}">${project.name}</a></th>
  +           #end        
               <td>${project.shortDescription}</td>
             </tr>  
           #end  
  -      </table>
  -     </p>   
  -     <p>
  -       #foreach ($project in $reactorProjects)
  -       <subsection name="$project.name">
  -       <p>
  -         ${project.description}
  -       </p>
  -        <p>
  -           <b>Website:</b>
  -           #if ($navType == "aggregate")
  -              <a href="/${aggregateDir}${project.artifactId}/index.html">${project.name}</a>
  -           #else
  -             <a href="${project.url}">${project.url}</a>
  -           #end
  -        </p>
  -      </subsection>
  -      #end
  -    </p>  
  +      </table> 
  +     </p>      
     </section>  
    </body>
  -</document>
  -
  +</document>
  \ No newline at end of file
  
  
  

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