Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8A0E817530 for ; Wed, 29 Apr 2015 15:04:31 +0000 (UTC) Received: (qmail 51357 invoked by uid 500); 29 Apr 2015 15:04:31 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 51329 invoked by uid 500); 29 Apr 2015 15:04:31 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 51320 invoked by uid 99); 29 Apr 2015 15:04:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 15:04:31 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [54.164.171.186] (HELO mx1-us-east.apache.org) (54.164.171.186) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Apr 2015 15:04:25 +0000 Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with SMTP id 7DB234545D for ; Wed, 29 Apr 2015 15:03:20 +0000 (UTC) Received: (qmail 40515 invoked by uid 99); 29 Apr 2015 15:03:19 -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, 29 Apr 2015 15:03:19 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D43EAE3596; Wed, 29 Apr 2015 15:03:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sboikov@apache.org To: commits@ignite.incubator.apache.org Date: Wed, 29 Apr 2015 15:03:48 -0000 Message-Id: <334eb358338b4e02881b22b2065b0c47@git.apache.org> In-Reply-To: <901cf6cff2dd4bbc96ba32601982ee9f@git.apache.org> References: <901cf6cff2dd4bbc96ba32601982ee9f@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [30/50] incubator-ignite git commit: Merge branch 'ignite-734' into ignite-sprint-4 X-Virus-Checked: Checked by ClamAV on apache.org Merge branch 'ignite-734' into ignite-sprint-4 Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/ac399d91 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/ac399d91 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/ac399d91 Branch: refs/heads/ignite-157-2 Commit: ac399d9164ebeffc1b7c98b640edaf3c412587a5 Parents: 18b4c39 a809539 Author: Denis Magda Authored: Wed Apr 29 13:45:14 2015 +0300 Committer: Denis Magda Committed: Wed Apr 29 13:45:14 2015 +0300 ---------------------------------------------------------------------- modules/gce/README.txt | 32 ++ modules/gce/licenses/apache-2.0.txt | 202 ++++++++++ modules/gce/pom.xml | 94 +++++ .../gce/TcpDiscoveryGoogleStorageIpFinder.java | 380 +++++++++++++++++++ .../tcp/ipfinder/gce/package-info.java | 22 ++ ...pDiscoveryGoogleStorageIpFinderSelfTest.java | 73 ++++ .../tcp/ipfinder/gce/package-info.java | 22 ++ .../ignite/testsuites/IgniteGCETestSuite.java | 71 ++++ pom.xml | 1 + 9 files changed, 897 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/ac399d91/pom.xml ----------------------------------------------------------------------