You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2014/08/01 23:45:41 UTC

[1/2] git commit: Get the version number into multiple places in the JavaDocs

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 <hl...@apache.org>
Authored: Fri Aug 1 13:17:59 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
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 &copy; 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 &copy; 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/"


[2/2] git commit: Update to docco 0.6.3

Posted by hl...@apache.org.
Update to docco 0.6.3


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b8391899
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b8391899
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b8391899

Branch: refs/heads/master
Commit: b83918998ebda8a30c6c48e7679ba12e0ab80e39
Parents: db4f62a
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Aug 1 14:45:42 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Aug 1 14:45:42 2014 -0700

----------------------------------------------------------------------
 build.gradle | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b8391899/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index f523c87..7d0b5c5 100755
--- a/build.gradle
+++ b/build.gradle
@@ -365,8 +365,6 @@ task coffeeScriptDocs(type: Exec) {
 
     def outputDir = file("$buildDir/documentation/coffeescript")
 
-    // Note: this currently does not include the results of preprocessing the t5/core/dom.coffee file
-
     def sources = files()
 
     subprojects.each { sub ->
@@ -375,15 +373,10 @@ task coffeeScriptDocs(type: Exec) {
 
     sources += project(":tapestry-core").tasks.preprocessCoffeeScript.outputs.files.asFileTree
 
-    logger.error "sources=$sources"
-
-    // Needs to be installed via "npm install -g docco"
+    // Needs to be installed via "npm install -g docco@0.6.3"
     executable isWindows() ? "docco.cmd" : "docco"
     args "--output", outputDir
     args sources.files.sort({ a, b -> a.name.compareTo b.name })
-
-    inputs.files { sources }
-    outputs.dir outputDir
 }
 
 


[2/2] git commit: Update to docco 0.6.3

Posted by hl...@apache.org.
Update to docco 0.6.3


Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo
Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/b8391899
Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/b8391899
Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/b8391899

Branch: refs/heads/master
Commit: b83918998ebda8a30c6c48e7679ba12e0ab80e39
Parents: db4f62a
Author: Howard M. Lewis Ship <hl...@apache.org>
Authored: Fri Aug 1 14:45:42 2014 -0700
Committer: Howard M. Lewis Ship <hl...@apache.org>
Committed: Fri Aug 1 14:45:42 2014 -0700

----------------------------------------------------------------------
 build.gradle | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/b8391899/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index f523c87..7d0b5c5 100755
--- a/build.gradle
+++ b/build.gradle
@@ -365,8 +365,6 @@ task coffeeScriptDocs(type: Exec) {
 
     def outputDir = file("$buildDir/documentation/coffeescript")
 
-    // Note: this currently does not include the results of preprocessing the t5/core/dom.coffee file
-
     def sources = files()
 
     subprojects.each { sub ->
@@ -375,15 +373,10 @@ task coffeeScriptDocs(type: Exec) {
 
     sources += project(":tapestry-core").tasks.preprocessCoffeeScript.outputs.files.asFileTree
 
-    logger.error "sources=$sources"
-
-    // Needs to be installed via "npm install -g docco"
+    // Needs to be installed via "npm install -g docco@0.6.3"
     executable isWindows() ? "docco.cmd" : "docco"
     args "--output", outputDir
     args sources.files.sort({ a, b -> a.name.compareTo b.name })
-
-    inputs.files { sources }
-    outputs.dir outputDir
 }