Repository: tapestry-5 Updated Branches: refs/heads/master 6e210b275 -> b83918998
Get the version number into multiple places in the JavaDocs Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/db4f62a6 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/db4f62a6 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/db4f62a6 Branch: refs/heads/master Commit: db4f62a6f2bd2cbf9cb78b538d035671e358850e Parents: 6e210b2 Author: Howard M. Lewis Ship <[email protected]> Authored: Fri Aug 1 13:17:59 2014 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Fri Aug 1 13:17:59 2014 -0700 ---------------------------------------------------------------------- build.gradle | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/db4f62a6/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 19aa893..f523c87 100755 --- a/build.gradle +++ b/build.gradle @@ -316,9 +316,10 @@ task aggregateJavadoc(type: Javadoc) { splitIndex true linkSource true stylesheetFile tapestryStylesheet - windowTitle "Tapestry API Documentation" - docTitle "Tapestry JavaDoc ($project.version)" - bottom 'Copyright © 2003-2013 <a href="http://tapestry.apache.org">The Apache Software Foundation</a>.' + windowTitle "Tapestry API - ${project.version}" + header "Tapestry API - ${project.version}" + docTitle "Tapestry API - ($project.version)" + bottom '${project.version} - Copyright © 2003-2014 <a href="http://tapestry.apache.org">The Apache Software Foundation</a>.' use = true // 'use' seems to be a reserved word for the DSL links "http://download.oracle.com/javase/6/docs/api/" links "http://download.oracle.com/javaee/6/api/"
