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 A4F201765F for ; Wed, 1 Apr 2015 20:51:45 +0000 (UTC) Received: (qmail 28864 invoked by uid 500); 1 Apr 2015 20:51:23 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 28830 invoked by uid 500); 1 Apr 2015 20:51:23 -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 28821 invoked by uid 99); 1 Apr 2015 20:51:23 -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, 01 Apr 2015 20:51:23 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 50A52E0A4E; Wed, 1 Apr 2015 20:51:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Date: Wed, 01 Apr 2015 20:51:23 -0000 Message-Id: <8f33bd8f078b45d59006f63d6500e03c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] cordova-plugin-contacts git commit: CB-8683 changed plugin-id to pacakge-name Repository: cordova-plugin-contacts Updated Branches: refs/heads/old-ID 0eaec69b5 -> 782576b67 CB-8683 changed plugin-id to pacakge-name Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/2985ec16 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/2985ec16 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/2985ec16 Branch: refs/heads/old-ID Commit: 2985ec160602244e479421b3fde68dcdd7f12352 Parents: 0eaec69 Author: Steve Gill Authored: Tue Mar 31 16:47:53 2015 -0700 Committer: Steve Gill Committed: Tue Mar 31 16:47:53 2015 -0700 ---------------------------------------------------------------------- package.json | 2 +- plugin.xml | 2 +- tests/plugin.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/2985ec16/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index efac87f..0a6abc4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.2.17-dev", "description": "Cordova Contacts Plugin", "cordova": { - "id": "org.apache.cordova.contacts", + "id": "cordova-plugin-contacts", "platforms": [ "android", "amazon-fireos", http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/2985ec16/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index ca85e2a..d1d8990 100644 --- a/plugin.xml +++ b/plugin.xml @@ -21,7 +21,7 @@ Contacts http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/2985ec16/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 1fbc732..d3002be 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -21,7 +21,7 @@ Cordova Contacts Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org