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 B9723200C55 for ; Thu, 13 Apr 2017 08:42:09 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id B8009160B8B; Thu, 13 Apr 2017 06:42:09 +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 0DAFD160B98 for ; Thu, 13 Apr 2017 08:42:08 +0200 (CEST) Received: (qmail 78815 invoked by uid 500); 13 Apr 2017 06:42:08 -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 78806 invoked by uid 99); 13 Apr 2017 06:42:08 -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; Thu, 13 Apr 2017 06:42:08 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 28451E38E1; Thu, 13 Apr 2017 06:42:08 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: CAMEL-10160 Added zendesk components to the kit Date: Thu, 13 Apr 2017 06:42:08 +0000 (UTC) archived-at: Thu, 13 Apr 2017 06:42:09 -0000 Repository: camel Updated Branches: refs/heads/master 7042d7ae8 -> 8a9a098f1 CAMEL-10160 Added zendesk components to the kit Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/8a9a098f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8a9a098f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8a9a098f Branch: refs/heads/master Commit: 8a9a098f1996848894b45307875b306fbd15e59e Parents: 7042d7a Author: Tomohisa Igarashi Authored: Thu Apr 13 09:32:12 2017 +0900 Committer: Andrea Cosentino Committed: Thu Apr 13 08:41:52 2017 +0200 ---------------------------------------------------------------------- apache-camel/src/main/descriptors/common-bin.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/8a9a098f/apache-camel/src/main/descriptors/common-bin.xml ---------------------------------------------------------------------- diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index b108d8e..ef0567a 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -274,6 +274,7 @@ org.apache.camel:camel-xmpp org.apache.camel:camel-xstream org.apache.camel:camel-yammer + org.apache.camel:camel-zendesk org.apache.camel:camel-zipfile org.apache.camel:camel-zipkin org.apache.camel:camel-zookeeper @@ -537,6 +538,7 @@ org.apache.camel:camel-xmpp-starter org.apache.camel:camel-xstream-starter org.apache.camel:camel-yammer-starter + org.apache.camel:camel-zendesk-starter org.apache.camel:camel-zipfile-starter org.apache.camel:camel-zipkin-starter org.apache.camel:camel-zookeeper-starter