You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by mw...@apache.org on 2013/10/21 23:17:20 UTC

[2/5] docs commit: [CB-3820] minor reformat to platform-specific config.xml

[CB-3820] minor reformat to platform-specific config.xml


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/6c86aced
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/6c86aced
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/6c86aced

Branch: refs/heads/master
Commit: 6c86aced82e3d6f1158e37c21f849b23e0cc846c
Parents: 4a9fd6f
Author: Mike Sierra <ms...@adobe.com>
Authored: Thu Sep 26 12:33:53 2013 -0400
Committer: Michael Brooks <mi...@michaelbrooks.ca>
Committed: Mon Oct 21 14:16:54 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/cordova/camera/camera.md     | 1 -
 docs/en/edge/cordova/contacts/contacts.md | 3 +--
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6c86aced/docs/en/edge/cordova/camera/camera.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/camera/camera.md b/docs/en/edge/cordova/camera/camera.md
index ca2b1ca..20a56aa 100644
--- a/docs/en/edge/cordova/camera/camera.md
+++ b/docs/en/edge/cordova/camera/camera.md
@@ -71,7 +71,6 @@ platform-specific configuration settings described below:
 
         (in www/config.xml)
         <feature id="blackberry.media.camera" />
-
         <rim:permissions>
             <rim:permit>use_camera</rim:permit>
         </rim:permissions>

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/6c86aced/docs/en/edge/cordova/contacts/contacts.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/cordova/contacts/contacts.md b/docs/en/edge/cordova/contacts/contacts.md
index 957d881..d7f3f85 100644
--- a/docs/en/edge/cordova/contacts/contacts.md
+++ b/docs/en/edge/cordova/contacts/contacts.md
@@ -105,9 +105,8 @@ platform-specific configuration settings described below:
             <param name="ios-package" value="CDVContacts" />
         </feature>
 
-* Windows Phone
+* Windows Phone (in `Properties/WPAppManifest.xml`)
 
-        (in Properties/WPAppManifest.xml)
         <Capabilities>
             <Capability Name="ID_CAP_CONTACTS" />
         </Capabilities>