Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 64AD418A7A for ; Sat, 5 Mar 2016 06:49:25 +0000 (UTC) Received: (qmail 30836 invoked by uid 500); 5 Mar 2016 06:49:25 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 30767 invoked by uid 500); 5 Mar 2016 06:49:25 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 30655 invoked by uid 99); 5 Mar 2016 06:49:25 -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; Sat, 05 Mar 2016 06:49:25 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E7B12DFF30; Sat, 5 Mar 2016 06:49:24 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: purplecabbage@apache.org To: commits@cordova.apache.org Date: Sat, 05 Mar 2016 06:49:30 -0000 Message-Id: In-Reply-To: <647f336ce5b148c682b0689c5bf618e7@git.apache.org> References: <647f336ce5b148c682b0689c5bf618e7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [07/14] cordova-paramedic git commit: Merge branch 'justbuild_tests' of https://github.com/shazron/cordova-paramedic into shazron-justbuild_tests Merge branch 'justbuild_tests' of https://github.com/shazron/cordova-paramedic into shazron-justbuild_tests Project: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/commit/b651279b Tree: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/tree/b651279b Diff: http://git-wip-us.apache.org/repos/asf/cordova-paramedic/diff/b651279b Branch: refs/heads/master Commit: b651279b6d493fcfabf4a51d65d4ac16475b4bcd Parents: 65bb275 c626f8d Author: Jesse MacFadyen Authored: Mon Aug 24 13:55:06 2015 -0700 Committer: Jesse MacFadyen Committed: Mon Aug 24 13:55:06 2015 -0700 ---------------------------------------------------------------------- spec/build-fail-plugin/plugin.xml | 44 ++++++++++++++++++++ .../src/ios/CDVBuildFailPlugin.h | 4 ++ .../src/ios/CDVBuildFailPlugin.m | 4 ++ spec/build-success-plugin/plugin.xml | 44 ++++++++++++++++++++ .../src/ios/CDVBuildSuccessPlugin.h | 4 ++ .../src/ios/CDVBuildSuccessPlugin.m | 4 ++ spec/sh-read-input-plugin/install.sh | 6 +++ spec/sh-read-input-plugin/plugin.xml | 42 +++++++++++++++++++ 8 files changed, 152 insertions(+) ---------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org