You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by ab...@apache.org on 2016/07/26 22:15:41 UTC

[3/4] incubator-geode git commit: GEODE-1695: Use productName to build javadocs

GEODE-1695: Use productName to build javadocs


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/3668c1ed
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/3668c1ed
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/3668c1ed

Branch: refs/heads/develop
Commit: 3668c1edef4be62dce744aedd6c00c097c3bd5c1
Parents: cbe69b6
Author: Anthony Baker <ab...@apache.org>
Authored: Mon Jul 25 21:24:53 2016 -0700
Committer: Anthony Baker <ab...@apache.org>
Committed: Tue Jul 26 15:15:15 2016 -0700

----------------------------------------------------------------------
 geode-assembly/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/3668c1ed/geode-assembly/build.gradle
----------------------------------------------------------------------
diff --git a/geode-assembly/build.gradle b/geode-assembly/build.gradle
index 499eca2..fd9f76c 100755
--- a/geode-assembly/build.gradle
+++ b/geode-assembly/build.gradle
@@ -214,7 +214,7 @@ task docs(type: Javadoc) {
     options.encoding='UTF-8'
     source parent.subprojects*.javadoc*.source
     classpath = files(parent.subprojects*.javadoc*.classpath)
-    title = "Apache Geode ${project.version}"
+    title = "${productName} ${project.version}"
     include 'com/gemstone/gemfire/**/'
     exclude 'com/gemstone/gemfire/internal/**/'
     exclude 'com/gemstone/gemfire/**/internal/**/'