You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mm...@apache.org on 2014/05/05 18:10:14 UTC

[27/50] [abbrv] git commit: CB-6086 Fix typo in ffos part of plugin.xml: Camera -> Contacts

CB-6086 Fix typo in ffos part of plugin.xml: Camera -> Contacts


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

Branch: refs/heads/cdvtest
Commit: 4cad02e415fa5127e36ec25454453f3dc462bed7
Parents: f134edc
Author: Sebastien Blanc <sc...@gmail.com>
Authored: Fri Feb 21 18:00:01 2014 +0100
Committer: Andrew Grieve <ag...@chromium.org>
Committed: Mon Feb 24 12:26:10 2014 -0500

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


http://git-wip-us.apache.org/repos/asf/cordova-plugin-contacts/blob/4cad02e4/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 96042e9..86be535 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -180,7 +180,7 @@
     <!-- firefoxos -->
     <platform name="firefoxos">
         <config-file target="config.xml" parent="/*">
-            <feature name="Camera">
+            <feature name="Contacts">
                 <param name="firefoxos-package" value="Contacts" />
             </feature>
         </config-file>