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:24:47 UTC

[09/13] 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-contacts/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/commit/590b2865
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/590b2865
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/590b2865

Branch: refs/heads/master
Commit: 590b28656601e7ddece447e4a03596af9c725a68
Parents: 0409fa8
Author: Kristoffer Flores <kf...@blackberry.com>
Authored: Fri Sep 20 13:37:18 2013 -0400
Committer: Anis Kadri <an...@apache.org>
Committed: Wed Sep 25 15:43:54 2013 +0200

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/590b2865/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 945a3d0..36ab5cb 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -96,10 +96,6 @@
         <config-file target="www/config.xml" parent="/widget">
             <feature name="Contacts" value="Contacts"/>
         </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>access_pimdomain_contacts</rim:permit>
         </config-file>