You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2004/04/24 02:10:59 UTC

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

aheritier    2004/04/23 17:10:59

  Modified:    multiproject/src/plugin-resources/templates
                        navigation-aggregate.xml navigation-independent.xml
                        projects-overview.xml
  Log:
  MPMULTIPROJECT-25 : templates corrections
  
  Revision  Changes    Path
  1.8       +1 -1      maven-plugins/multiproject/src/plugin-resources/templates/navigation-aggregate.xml
  
  Index: navigation-aggregate.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/src/plugin-resources/templates/navigation-aggregate.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- navigation-aggregate.xml	4 Mar 2004 18:36:33 -0000	1.7
  +++ navigation-aggregate.xml	24 Apr 2004 00:10:58 -0000	1.8
  @@ -27,7 +27,7 @@
       #if ($overviewPageCreate == "true" )
         <item name="${overviewPageLinkTitle}" href="${overviewPageLink}.html"/>
       #end
  -    #foreach ($reactorProject in $reactorProjects)
  +    #foreach ($reactorProject in $multiprojects)
         <item name="$reactorProject.name" href="/${aggregateDir}${reactorProject.artifactId}/index.html"/>
       #end
       </menu>
  
  
  
  1.7       +1 -1      maven-plugins/multiproject/src/plugin-resources/templates/navigation-independent.xml
  
  Index: navigation-independent.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/src/plugin-resources/templates/navigation-independent.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- navigation-independent.xml	4 Mar 2004 18:36:33 -0000	1.6
  +++ navigation-independent.xml	24 Apr 2004 00:10:58 -0000	1.7
  @@ -27,7 +27,7 @@
       #if ($overviewPageCreate == "true" )
         <item name="${overviewPageLinkTitle}" href="{$overviewPageLink}.html"/>
       #end
  -    #foreach ($reactorProject in $reactorProjects)
  +    #foreach ($reactorProject in $multiprojects)
         <item name="$reactorProject.name" href="${reactorProject.url}"/>
       #end
       </menu>
  
  
  
  1.8       +1 -1      maven-plugins/multiproject/src/plugin-resources/templates/projects-overview.xml
  
  Index: projects-overview.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/multiproject/src/plugin-resources/templates/projects-overview.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- projects-overview.xml	4 Mar 2004 18:36:33 -0000	1.7
  +++ projects-overview.xml	24 Apr 2004 00:10:58 -0000	1.8
  @@ -30,7 +30,7 @@
           <br/>
         #end
         <table>          
  -        #foreach ($project in $reactorProjects)
  +        #foreach ($project in $multiprojects)
             <tr>
              #if ($navType == "aggregate")
                <th><a href="${aggregateDir}${project.artifactId}/index.html">${project.name}</a></th>
  
  
  

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