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 8026E17886 for ; Wed, 1 Apr 2015 21:34:58 +0000 (UTC) Received: (qmail 57884 invoked by uid 500); 1 Apr 2015 21:34:58 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 57848 invoked by uid 500); 1 Apr 2015 21:34:58 -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 57837 invoked by uid 99); 1 Apr 2015 21:34:58 -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 21:34:58 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 4736EE10A1; Wed, 1 Apr 2015 21:34:58 +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 21:34:58 -0000 Message-Id: <487a7159419f4510a0bd2dee7bb2e014@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/4] cordova-plugin-device-motion git commit: CB-8683 changed plugin-id to pacakge-name Repository: cordova-plugin-device-motion Updated Branches: refs/heads/old-ID f5fd7d760 -> f1b92f0b4 CB-8683 changed plugin-id to pacakge-name Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/a60ba1b9 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/a60ba1b9 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/a60ba1b9 Branch: refs/heads/old-ID Commit: a60ba1b914fda3ba729852f56e3303a5892a6597 Parents: f5fd7d7 Author: Steve Gill Authored: Tue Mar 31 16:54:05 2015 -0700 Committer: Steve Gill Committed: Tue Mar 31 16:54:05 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-device-motion/blob/a60ba1b9/package.json ---------------------------------------------------------------------- diff --git a/package.json b/package.json index f8ff787..bd1b13f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.2.12-dev", "description": "Cordova Device Motion Plugin", "cordova": { - "id": "org.apache.cordova.device-motion", + "id": "cordova-plugin-device-motion", "platforms": [ "firefoxos", "android", http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/a60ba1b9/plugin.xml ---------------------------------------------------------------------- diff --git a/plugin.xml b/plugin.xml index 2e6151e..58feaea 100644 --- a/plugin.xml +++ b/plugin.xml @@ -19,7 +19,7 @@ --> Device Motion http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/a60ba1b9/tests/plugin.xml ---------------------------------------------------------------------- diff --git a/tests/plugin.xml b/tests/plugin.xml index 4f2153e..cacded5 100644 --- a/tests/plugin.xml +++ b/tests/plugin.xml @@ -19,7 +19,7 @@ --> Cordova Device Motion Plugin Tests Apache 2.0 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org