Index: api/src/site/site.xml =================================================================== --- api/src/site/site.xml (revision 1469362) +++ api/src/site/site.xml (working copy) @@ -22,6 +22,28 @@ + + + + + + + + + + + + + + + + + + + + + + Index: core/src/site/site.xml =================================================================== --- core/src/site/site.xml (revision 1469362) +++ core/src/site/site.xml (working copy) @@ -22,6 +22,28 @@ + + + + + + + + + + + + + + + + + + + + + + Index: flume-ng/src/site/site.xml =================================================================== --- flume-ng/src/site/site.xml (revision 1469362) +++ flume-ng/src/site/site.xml (working copy) @@ -22,6 +22,28 @@ + + + + + + + + + + + + + + + + + + + + + + Index: jcl-bridge/src/site/site.xml =================================================================== --- jcl-bridge/src/site/site.xml (revision 1469362) +++ jcl-bridge/src/site/site.xml (working copy) @@ -22,6 +22,28 @@ + + + + + + + + + + + + + + + + + + + + + + Index: log4j-to-slf4j/src/site/site.xml =================================================================== --- log4j-to-slf4j/src/site/site.xml (revision 1469362) +++ log4j-to-slf4j/src/site/site.xml (working copy) @@ -22,6 +22,28 @@ + + + + + + + + + + + + + + + + + + + + + + Index: log4j12-api/src/site/site.xml =================================================================== --- log4j12-api/src/site/site.xml (revision 1469362) +++ log4j12-api/src/site/site.xml (working copy) @@ -22,6 +22,28 @@ + + + + + + + + + + + + + + + + + + + + + + Index: slf4j-impl/src/site/site.xml =================================================================== --- slf4j-impl/src/site/site.xml (revision 1469362) +++ slf4j-impl/src/site/site.xml (working copy) @@ -22,6 +22,28 @@ + + + + + + + + + + + + + + + + + + + + + + Index: src/site/site.vm =================================================================== --- src/site/site.vm (revision 1469362) +++ src/site/site.vm (working copy) @@ -156,7 +156,7 @@ #end #end ## -#macro ( menuItem $item ) +#macro ( menuItem $item $isComponentDocumentation ) #set ( $collapse = "none" ) #set ( $currentItemHref = $PathTool.calculateLink( $item.href, $relativePath ) ) #set ( $currentItemHref = $currentItemHref.replaceAll( '\\', '/' ) ) @@ -184,33 +184,51 @@ #if ($thisProjectDir == $PathTool.getDirectoryComponent( $item.href )) #set ($active = " active") #end -
  • - #link($currentItemHref $item.name $item.target $item.img $item.position $item.alt $item.border $item.width $item.height ) - #if ( $item && $item.items && $item.items.size() > 0 ) - #if ( $collapse == "expanded" ) -
      - #foreach( $subitem in $item.items ) - #menuItem( $subitem ) - #end -
    + #if (${project.artifactId} != "log4j" && $isComponentDocumentation && + ($item.href == "team-list.html" || $item.href == "mail-lists.html" + || $item.href == "issue-tracking.html" || $item.href == "license.html" + || $item.href == "source-repository.html")) + + #else + #set ($thisItemName = $item.name) + #if (${project.artifactId} != "log4j" && $isComponentDocumentation ) + #set ($thisItemName = $item.name.replace("Project Information", "Component Project")) + #set ($thisItemName = $item.name.replace("Project", "Component")) #end - #end -
  • +
  • + #link($currentItemHref $thisItemName $item.target $item.img $item.position $item.alt $item.border $item.width $item.height ) + #if ( $item && $item.items && $item.items.size() > 0 ) + #if ( $collapse == "expanded" ) +
      + #foreach( $subitem in $item.items ) + #menuItem( $subitem $isComponentDocumentation ) + #end +
    + #end + #end +
  • + #end #end ## #macro ( mainMenu $menus ) #foreach( $menu in $menus ) Index: taglib/src/site/site.xml =================================================================== --- taglib/src/site/site.xml (revision 1469362) +++ taglib/src/site/site.xml (working copy) @@ -31,7 +31,29 @@ + + + + + + + + + + + + + + + + + + + + + +
    Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, and the Apache Logging project logo are trademarks of The Apache Software Foundation.
    Index: web/src/site/site.xml =================================================================== --- web/src/site/site.xml (revision 1469362) +++ web/src/site/site.xml (working copy) @@ -31,7 +31,29 @@ + + + + + + + + + + + + + + + + + + + + + +