You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ag...@apache.org on 2014/03/31 22:26:48 UTC

[21/31] docs commit: [CB-5122] better describe plugman & scope of devel doc

[CB-5122] better describe plugman & scope of devel doc


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

Branch: refs/heads/master
Commit: a42304d51eb118cb064e2a2c804bfff2775a9557
Parents: 023736d
Author: Mike Sierra <ms...@adobe.com>
Authored: Wed Nov 6 11:13:30 2013 -0500
Committer: Mike Sierra <ms...@adobe.com>
Committed: Wed Nov 6 11:13:30 2013 -0500

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/android/devel.md | 9 +++++----
 docs/en/edge/guide/platforms/ios/devel.md     | 9 +++++----
 2 files changed, 10 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a42304d5/docs/en/edge/guide/platforms/android/devel.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/android/devel.md b/docs/en/edge/guide/platforms/android/devel.md
index 13ec381..2f51eb5 100644
--- a/docs/en/edge/guide/platforms/android/devel.md
+++ b/docs/en/edge/guide/platforms/android/devel.md
@@ -35,10 +35,11 @@ separate archives for each platform. Expand each you wish to target,
 the top-level `bin` directory, otherwise consult the __README__ file
 for more detailed directions.
 
-These tools allow you to create, build, and run apps.  For information
-on the all-purpose command-line interface that enables plugin
-features, see Using Plugman to Manage Plugins. See Application Plugins
-for details on how to develop plugins.
+These tools allow you to create, build, and run Android apps.  For
+information on the additional command-line interface that enables
+plugin features across all platforms, see Using Plugman to Manage
+Plugins. See Application Plugins for details on how to develop
+plugins.
 
 ## Create a project
 

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/a42304d5/docs/en/edge/guide/platforms/ios/devel.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/ios/devel.md b/docs/en/edge/guide/platforms/ios/devel.md
index 9da7b2c..60814b2 100644
--- a/docs/en/edge/guide/platforms/ios/devel.md
+++ b/docs/en/edge/guide/platforms/ios/devel.md
@@ -36,10 +36,11 @@ separate archives for each platform. Expand each you wish to target,
 top-level `bin` directory, otherwise consult the __README__ file for
 more detailed directions.
 
-These tools allow you to create, build, and run apps.  For information
-on the all-purpose command-line interface that enables plugin
-features, see Using Plugman to Manage Plugins. See Application Plugins
-for details on how to develop plugins.
+These tools allow you to create, build, and run iOS apps.  For
+information on the additional command-line interface that enables
+plugin features across all platforms, see Using Plugman to Manage
+Plugins. See Application Plugins for details on how to develop
+plugins.
 
 ## Create a project