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/09/27 00:25:23 UTC

[07/12] git commit: [BlackBerry10] removed uneeded permission tags in plugin.xml

[BlackBerry10] removed uneeded permission tags in plugin.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/commit/4f53b371
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/tree/4f53b371
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/diff/4f53b371

Branch: refs/heads/master
Commit: 4f53b371a3c7b07f532411b60bb3e3495174fdd1
Parents: dd2ec78
Author: Kristoffer Flores <kf...@blackberry.com>
Authored: Fri Sep 20 13:41:04 2013 -0400
Committer: Bryan Higgins <br...@bryanhiggins.net>
Committed: Mon Sep 23 10:44:19 2013 -0400

----------------------------------------------------------------------
 plugin.xml | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-device/blob/4f53b371/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index d9673e4..9eb8d9d 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -56,10 +56,6 @@
         <config-file target="www/config.xml" parent="/widget">
             <feature name="Device" value="Device"/>
         </config-file>
-        <config-file target="www/config.xml" parent="/widget">
-            <rim:permissions>
-            </rim:permissions>
-        </config-file>
         <config-file target="www/config.xml" parent="/widget/rim:permissions">
             <rim:permit>read_device_identifying_information</rim:permit>
         </config-file>