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/03 00:45:22 UTC

[3/3] git commit: fixed ubuntu policy error

fixed ubuntu policy error


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/7720e9d7
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/tree/7720e9d7
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/diff/7720e9d7

Branch: refs/heads/dev
Commit: 7720e9d70ada386ad3b9a03f1aa045d9e2ec0c4f
Parents: 00e94ef
Author: Steven Gill <st...@gmail.com>
Authored: Mon Dec 2 15:45:16 2013 -0800
Committer: Steven Gill <st...@gmail.com>
Committed: Mon Dec 2 15:45:16 2013 -0800

----------------------------------------------------------------------
 plugin.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/7720e9d7/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 3ea3b6a..6b4cfbe 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -89,7 +89,7 @@
     <!-- ubuntu -->
     <platform name="ubuntu">
         <config-file target="config.xml" parent="/*">
-            <feature name="Camera">
+            <feature name="Contacts">
                 <param policy_group="contacts" policy_version="1" />
             </feature>
         </config-file>