Author: leosutic Date: Mon Sep 12 09:47:16 2005 New Revision: 280366 URL: http://svn.apache.org/viewcvs?rev=280366&view=rev Log: Fix bug 36602:
http://issues.apache.org/bugzilla/show_bug.cgi?id=36602 The project documentation section is missing from the navigation bar on the web site. This is because attributes project.xml inherits from commons-build/project.xml which causes the commons-build/project.properties to be inherited and the commons-build/project.properties has the maven.xdoc.includeProjectDocumentation set to "no". In order to have the "Project Documentation" included in the navigation bar then this property just needs to be overriden to "yes". Modified: jakarta/commons/proper/attributes/trunk/project.properties Modified: jakarta/commons/proper/attributes/trunk/project.properties URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/attributes/trunk/project.properties?rev=280366&r1=280365&r2=280366&view=diff ============================================================================== --- jakarta/commons/proper/attributes/trunk/project.properties (original) +++ jakarta/commons/proper/attributes/trunk/project.properties Mon Sep 12 09:47:16 2005 @@ -48,6 +48,7 @@ maven.xdoc.poweredby.image=maven-feather.png maven.xdoc.version=${pom.currentVersion} maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html +maven.xdoc.includeProjectDocumentation=yes # once we create a theme url it should go here. #maven.xdoc.theme.url=???? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
