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 87CE02004CA for ; Wed, 11 May 2016 12:36:42 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 84B3C1602BF; Wed, 11 May 2016 10:36:42 +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 7FCDA1602BE for ; Wed, 11 May 2016 12:36:41 +0200 (CEST) Received: (qmail 22368 invoked by uid 500); 11 May 2016 10:36:40 -0000 Mailing-List: contact commits-help@iota.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@iota.incubator.apache.org Delivered-To: mailing list commits@iota.incubator.apache.org Received: (qmail 22359 invoked by uid 99); 11 May 2016 10:36:40 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 May 2016 10:36:40 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 322D7180118 for ; Wed, 11 May 2016 10:36:40 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -3.221 X-Spam-Level: X-Spam-Status: No, score=-3.221 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=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id EHrVPKSwr1-S for ; Wed, 11 May 2016 10:36:37 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id 3ACCB5F23C for ; Wed, 11 May 2016 10:36:36 +0000 (UTC) Received: (qmail 22351 invoked by uid 99); 11 May 2016 10:36:35 -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, 11 May 2016 10:36:35 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 04209DFC7E; Wed, 11 May 2016 10:36:34 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: noteboom@apache.org To: commits@iota.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-iota git commit: test Date: Wed, 11 May 2016 10:36:34 +0000 (UTC) archived-at: Wed, 11 May 2016 10:36:42 -0000 Repository: incubator-iota Updated Branches: refs/heads/master 3efae38aa -> 1beb7d05a test test Project: http://git-wip-us.apache.org/repos/asf/incubator-iota/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-iota/commit/1beb7d05 Tree: http://git-wip-us.apache.org/repos/asf/incubator-iota/tree/1beb7d05 Diff: http://git-wip-us.apache.org/repos/asf/incubator-iota/diff/1beb7d05 Branch: refs/heads/master Commit: 1beb7d05aeabf9e6cb4169c8949a1ed0ac20884c Parents: 3efae38 Author: noteboom Authored: Wed May 11 03:35:10 2016 -0700 Committer: noteboom Committed: Wed May 11 03:35:10 2016 -0700 ---------------------------------------------------------------------- .idea/incubator-iota.iml | 8 ++ .idea/modules.xml | 8 ++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 219 ++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 241 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/1beb7d05/.idea/incubator-iota.iml ---------------------------------------------------------------------- diff --git a/.idea/incubator-iota.iml b/.idea/incubator-iota.iml new file mode 100644 index 0000000..c956989 --- /dev/null +++ b/.idea/incubator-iota.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/1beb7d05/.idea/modules.xml ---------------------------------------------------------------------- diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..e8a7807 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/1beb7d05/.idea/vcs.xml ---------------------------------------------------------------------- diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-iota/blob/1beb7d05/.idea/workspace.xml ---------------------------------------------------------------------- diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..08ad199 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,219 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + project + + + true + + bdd + + DIRECTORY + + false + + + + + + + + + 1462936949093 + + + 1462937020498 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file