Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id CF80E200B5E for ; Wed, 27 Jul 2016 00:15:48 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id CE145160AA6; Tue, 26 Jul 2016 22:15:48 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 21F7F160AA4 for ; Wed, 27 Jul 2016 00:15:47 +0200 (CEST) Received: (qmail 24309 invoked by uid 500); 26 Jul 2016 22:15:42 -0000 Mailing-List: contact commits-help@geode.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.incubator.apache.org Delivered-To: mailing list commits@geode.incubator.apache.org Received: (qmail 24297 invoked by uid 99); 26 Jul 2016 22:15:42 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2016 22:15:42 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id E5C931A736A for ; Tue, 26 Jul 2016 22:15:41 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id RAL2gBaBzQrz for ; Tue, 26 Jul 2016 22:15:41 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with SMTP id AAD6960CD8 for ; Tue, 26 Jul 2016 22:15:40 +0000 (UTC) Received: (qmail 24280 invoked by uid 99); 26 Jul 2016 22:15:39 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2016 22:15:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BBFF5E0B40; Tue, 26 Jul 2016 22:15:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: abaker@apache.org To: commits@geode.incubator.apache.org Date: Tue, 26 Jul 2016 22:15:41 -0000 Message-Id: <3e5e6dcb4b9343fcac5b77bc3a0757d7@git.apache.org> In-Reply-To: <3610957eddfb4d9e8cd2e2becc4ec605@git.apache.org> References: <3610957eddfb4d9e8cd2e2becc4ec605@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/4] incubator-geode git commit: GEODE-1695: Use productName to build javadocs archived-at: Tue, 26 Jul 2016 22:15:49 -0000 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 Authored: Mon Jul 25 21:24:53 2016 -0700 Committer: Anthony Baker 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/**/'