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 991B0200B5A for ; Wed, 20 Jul 2016 18:05:58 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 978FF160A5B; Wed, 20 Jul 2016 16:05:58 +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 E5EDD160A64 for ; Wed, 20 Jul 2016 18:05:57 +0200 (CEST) Received: (qmail 95548 invoked by uid 500); 20 Jul 2016 16:05:57 -0000 Mailing-List: contact commits-help@yetus.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@yetus.apache.org Delivered-To: mailing list commits@yetus.apache.org Received: (qmail 95526 invoked by uid 99); 20 Jul 2016 16:05:56 -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; Wed, 20 Jul 2016 16:05:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CD3B8E08E8; Wed, 20 Jul 2016 16:05:56 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aw@apache.org To: commits@yetus.apache.org Date: Wed, 20 Jul 2016 16:05:57 -0000 Message-Id: <07e2c9ead4cd4e84ac2df11c3ad96c9e@git.apache.org> In-Reply-To: <44145b501f1942a2b6c743e79088c75e@git.apache.org> References: <44145b501f1942a2b6c743e79088c75e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/3] yetus git commit: YETUS-101 Nonexistent hook in the build tool support document archived-at: Wed, 20 Jul 2016 16:05:58 -0000 YETUS-101 Nonexistent hook in the build tool support document Signed-off-by: Allen Wittenauer Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/3eb19bd8 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/3eb19bd8 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/3eb19bd8 Branch: refs/heads/master Commit: 3eb19bd885128a96b2f171390d26d1d06646caf6 Parents: 857828d Author: Ajay Yadava Authored: Sun Jul 17 11:55:57 2016 +0530 Committer: Allen Wittenauer Committed: Wed Jul 20 08:59:39 2016 -0700 ---------------------------------------------------------------------- .../source/documentation/in-progress/precommit-buildtools.md | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/3eb19bd8/asf-site-src/source/documentation/in-progress/precommit-buildtools.md ---------------------------------------------------------------------- diff --git a/asf-site-src/source/documentation/in-progress/precommit-buildtools.md b/asf-site-src/source/documentation/in-progress/precommit-buildtools.md index bf530ba..a2c74f2 100644 --- a/asf-site-src/source/documentation/in-progress/precommit-buildtools.md +++ b/asf-site-src/source/documentation/in-progress/precommit-buildtools.md @@ -76,10 +76,6 @@ For example, the gradle build tool does not have a standard way to execute check # Optional Functions -* pluginname\_postapply\_install - - - After the install step, this allows the build tool plug-in to do extra work. - * pluginname\_parse\_args - executed prior to any other above functions except for pluginname\_usage. This is useful for parsing the arguments passed from the user and setting up the execution environment.