Updated Branches: refs/heads/master 35508a6ac -> 8f78f9c2f
[CB-3816] xref to plugman doc; page to serve as model for upgrading guides for 3.0 Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/fd34731d Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/fd34731d Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/fd34731d Branch: refs/heads/master Commit: fd34731dfe821b797f1c190a05d7e64e108115d2 Parents: a9705bd Author: Mike Sierra <[email protected]> Authored: Wed Jul 17 16:55:29 2013 -0400 Committer: Michael Brooks <[email protected]> Committed: Thu Jul 18 12:15:21 2013 -0700 ---------------------------------------------------------------------- docs/en/edge/guide/platforms/wp8/upgrading.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/fd34731d/docs/en/edge/guide/platforms/wp8/upgrading.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/wp8/upgrading.md b/docs/en/edge/guide/platforms/wp8/upgrading.md index 6d8f37e..a210f7b 100644 --- a/docs/en/edge/guide/platforms/wp8/upgrading.md +++ b/docs/en/edge/guide/platforms/wp8/upgrading.md @@ -45,7 +45,7 @@ The following section shows how to upgrade from non-CLI projects. added. Only 3.0.0 plugins are compatible with the CLI. 6. Build and test. -## Upgrade to 3.0.0 from 2.9.0 ## +## Upgrade to 3.0.0 (non-CLI) from 2.9.0 ## In Visual Studio's Solution Explorer window: @@ -54,9 +54,11 @@ In Visual Studio's Solution Explorer window: 3. Copy and overwrite any splash screen, or icon images. 4. Copy over any plugins from the `plugins` folder to the new project and ensure that they are also added to the VS project. 5. Build and test. -- __NOTE:__ all core APIs have been removed and must be installed as plugins. -Alternate upgrade method using the cordova CLI tool: +__NOTE:__ all core APIs are removed from Cordova version 3.0, and must +be installed separately as plugins. For more information on how to +re-enable these features in a non-CLI workflow, see Using Plugman to +Manage Plugins. ## Upgrade to 2.9.0 from 2.8.0 ##
