michal      2003/10/06 01:25:48

  Modified:    src/plugins-build/multiproject/src/plugin-resources/templates
                        navigation-aggregate.xml navigation-independent.xml
  Log:
  FIX for MAVEN -886
  
  Revision  Changes    Path
  1.6       +1 -1      
maven/src/plugins-build/multiproject/src/plugin-resources/templates/navigation-aggregate.xml
  
  Index: navigation-aggregate.xml
  ===================================================================
  RCS file: 
/home/cvs/maven/src/plugins-build/multiproject/src/plugin-resources/templates/navigation-aggregate.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- navigation-aggregate.xml  29 Sep 2003 19:22:56 -0000      1.5
  +++ navigation-aggregate.xml  6 Oct 2003 08:25:48 -0000       1.6
  @@ -6,7 +6,7 @@
   
     <body>
       <menu name="Projects">
  -    #if ($createOverviewPage == "true" )
  +    #if ($overviewPageCreate == "true" )
         <item name="${overviewPageLinkTitle}" href="${overviewPageLink}.html"/>
       #end
       #foreach ($reactorProject in $reactorProjects)
  
  
  
  1.5       +1 -1      
maven/src/plugins-build/multiproject/src/plugin-resources/templates/navigation-independent.xml
  
  Index: navigation-independent.xml
  ===================================================================
  RCS file: 
/home/cvs/maven/src/plugins-build/multiproject/src/plugin-resources/templates/navigation-independent.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- navigation-independent.xml        29 Sep 2003 19:22:56 -0000      1.4
  +++ navigation-independent.xml        6 Oct 2003 08:25:48 -0000       1.5
  @@ -6,7 +6,7 @@
   
     <body>
       <menu name="Projects">
  -    #if ($createOverviewPage == "true" )
  +    #if ($overviewPageCreate == "true" )
         <item name="${overviewPageLinkTitle}" href="{$overviewPageLink}.html"/>
       #end
       #foreach ($reactorProject in $reactorProjects)
  
  
  

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

Reply via email to