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 16DB1200C0D for ; Tue, 31 Jan 2017 11:36:51 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 1592E160B46; Tue, 31 Jan 2017 10:36:51 +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 62C64160B64 for ; Tue, 31 Jan 2017 11:36:50 +0100 (CET) Received: (qmail 66456 invoked by uid 500); 31 Jan 2017 10:36:49 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 66243 invoked by uid 99); 31 Jan 2017 10:36:49 -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, 31 Jan 2017 10:36:49 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 1E52DE0004; Tue, 31 Jan 2017 10:36:49 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Tue, 31 Jan 2017 10:36:52 -0000 Message-Id: <558746a41ef148699b0e0e4c44f29113@git.apache.org> In-Reply-To: <1593a4d358c64b218488f06a13f4b269@git.apache.org> References: <1593a4d358c64b218488f06a13f4b269@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/5] camel git commit: Regen code archived-at: Tue, 31 Jan 2017 10:36:51 -0000 Regen code Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/b4cdbf13 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/b4cdbf13 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/b4cdbf13 Branch: refs/heads/master Commit: b4cdbf1385e70ba2c66b9380c8628f2f2cd2caf7 Parents: 837fa76 Author: Claus Ibsen Authored: Tue Jan 31 11:27:53 2017 +0100 Committer: Claus Ibsen Committed: Tue Jan 31 11:36:39 2017 +0100 ---------------------------------------------------------------------- components/readme.adoc | 15 --------------- docs/user-manual/en/SUMMARY.md | 5 ----- 2 files changed, 20 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/b4cdbf13/components/readme.adoc ---------------------------------------------------------------------- diff --git a/components/readme.adoc b/components/readme.adoc index 7641b5c..fccd05c 100644 --- a/components/readme.adoc +++ b/components/readme.adoc @@ -204,27 +204,12 @@ Components | link:camel-google-drive/src/main/docs/google-drive-component.adoc[Google Drive] (camel-google-drive) + `google-drive:apiName/methodName` | The google-drive component provides access to Google Drive file storage service. -| link:camel-gae/src/main/docs/gauth-component.adoc[Google GAuth] (camel-gae) + -`gauth:name` | The gauth component is used by web applications to implement a Google-specific OAuth consumer. - -| link:camel-gae/src/main/docs/ghttp-component.adoc[Google HTTP] (camel-gae) + -`ghttp:httpUri` | The ghttp component provides HTTP connectivity to the GAE. - -| link:camel-gae/src/main/docs/glogin-component.adoc[Google Login] (camel-gae) + -`glogin:hostName` | The glogin component is used by Camel applications outside Google App Engine (GAE) for programmatic login to GAE applications. - -| link:camel-gae/src/main/docs/gmail-component.adoc[Google mail] (camel-gae) + -`gmail:sender` | The gmail component is used for sending emails to GAE. - | link:camel-google-mail/src/main/docs/google-mail-component.adoc[Google Mail] (camel-google-mail) + `google-mail:apiName/methodName` | The google-mail component provides access to Google Mail. | link:camel-google-pubsub/src/main/docs/google-pubsub-component.adoc[Google Pubsub] (camel-google-pubsub) + `google-pubsub:projectId:destinationName` | Messaging client for Google Cloud Platform PubSub Service: https://cloud.google.com/pubsub/ -| link:camel-gae/src/main/docs/gtask-component.adoc[Google Task] (camel-gae) + -`gtask:queueName` | The gtask component is used for sending messages to GAE task queue service. - | link:camel-gora/src/main/docs/gora-component.adoc[Gora] (camel-gora) + `gora:name` | The gora component allows you to work with NoSQL databases using the Apache Gora framework. http://git-wip-us.apache.org/repos/asf/camel/blob/b4cdbf13/docs/user-manual/en/SUMMARY.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md index 05129ca..d93d575 100644 --- a/docs/user-manual/en/SUMMARY.md +++ b/docs/user-manual/en/SUMMARY.md @@ -190,13 +190,8 @@ * [GitHub](github-component.adoc) * [Google Calendar](google-calendar-component.adoc) * [Google Drive](google-drive-component.adoc) - * [Google GAuth](gauth-component.adoc) - * [Google HTTP](ghttp-component.adoc) - * [Google Login](glogin-component.adoc) - * [Google mail](gmail-component.adoc) * [Google Mail](google-mail-component.adoc) * [Google Pubsub](google-pubsub-component.adoc) - * [Google Task](gtask-component.adoc) * [Gora](gora-component.adoc) * [Grape](grape-component.adoc) * [Guava EventBus](guava-eventbus-component.adoc)