You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2013/12/05 21:12:53 UTC

git commit: added battery-status + device-motion to whitelist

Updated Branches:
  refs/heads/master 8ff33d57e -> c28d871d9


added battery-status + device-motion to whitelist


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugman/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugman/commit/c28d871d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugman/tree/c28d871d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugman/diff/c28d871d

Branch: refs/heads/master
Commit: c28d871d934a135df0094e7a38d3f3414e5b0f79
Parents: 8ff33d5
Author: Steven Gill <st...@gmail.com>
Authored: Thu Dec 5 12:12:49 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Thu Dec 5 12:12:49 2013 -0800

----------------------------------------------------------------------
 src/registry/whitelist.js | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugman/blob/c28d871d/src/registry/whitelist.js
----------------------------------------------------------------------
diff --git a/src/registry/whitelist.js b/src/registry/whitelist.js
index e71f71f..7f91ea7 100644
--- a/src/registry/whitelist.js
+++ b/src/registry/whitelist.js
@@ -14,5 +14,7 @@ module.exports = [
     'org.apache.cordova.device',
     'org.apache.cordova.contacts',
     'org.apache.cordova.console',
-    'org.apache.cordova.camera'
+    'org.apache.cordova.camera',
+    'org.apache.cordova.device-motion',
+    'org.apache.cordova.battery-status'
 ]