You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by bh...@apache.org on 2013/09/23 16:33:41 UTC

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

Updated Branches:
  refs/heads/dev 8840c938e -> 7ddbd8f84


[BlackBerry10] removed uneeded permission tags in plugin.xml

Reviewed by Rowell Cruz <rc...@blackberry.com>


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/commit/7ddbd8f8
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/tree/7ddbd8f8
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/diff/7ddbd8f8

Branch: refs/heads/dev
Commit: 7ddbd8f84bd2615c7fce3c6d552b35f3cf861a05
Parents: 8840c93
Author: Kristoffer Flores <kf...@blackberry.com>
Authored: Fri Sep 20 13:44:16 2013 -0400
Committer: Bryan Higgins <br...@bryanhiggins.net>
Committed: Mon Sep 23 10:33:00 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation/blob/7ddbd8f8/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 0572a4f..9b9bfa4 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -99,10 +99,6 @@ xmlns:android="http://schemas.android.com/apk/res/android"
         <config-file target="www/config.xml" parent="/widget">
             <feature name="Geolocation" value="Geolocation"/>
         </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_geolocation</rim:permit>
         </config-file>