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/08/02 00:17:47 UTC

svn commit: r1509456 [7/21] - in /cordova/site/public/docs: en/1.5.0/ en/1.5.0rc1/ en/1.6.0/ en/1.6.0rc1/ en/1.6.1/ en/1.7.0/ en/1.7.0rc1/ en/1.8.0/ en/1.8.0rc1/ en/1.8.1/ en/1.9.0/ en/1.9.0rc1/ en/2.0.0/ en/2.0.0rc1/ en/2.1.0/ en/2.1.0rc1/ en/2.1.0rc2...

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry10_upgrading.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry10_upgrading.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry10_upgrading.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry10_upgrading.md.html Thu Aug  1 22:17:43 2013
@@ -103,7 +103,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -138,8 +137,7 @@
 
 <p>This guide shows how to modify BlackBerry projects to upgrade from older versions of Cordova.
 Most of these instructions apply to projects created with an older set
-of command-line tools that precede the <code>cordova</code> CLI utility. See The
-Cordova Command-line Interface for information how to update the
+of command-line tools that precede the <code>cordova</code> CLI utility. See <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a> for information how to update the
 version of the CLI.</p>
 
 <p>Please note that the CLI supports the BlackBerry10 platform exclusively. For PlayBook and BBOS, please see Cordova version 2.9.0 and below.</p>
@@ -149,25 +147,19 @@ version of the CLI.</p>
 </h2>
 
 <ol>
-<li>
-<strong>Create a new Apache Cordova 3.0.0 project using the cordova CLI</strong>, as
-described in The Cordova Command-line Interface.</li>
-<li>
-<strong>Add your platforms the the cordova project</strong>, for example: <code>cordova
-platform add blackberry10</code>.</li>
-<li>
-<strong>Copy the contents of the original project's <code>www</code> folder</strong> to the <code>www</code> folder
-at the root of the cordova project you just created.</li>
-<li>
-<strong>Copy or overwrite any native assets from your original project</strong>
-(<code>Resources</code>, etc.)</li>
-<li>
-<strong>Copy your config.xml into the www folder, and remove any plugin definitions</strong>. You will modify settings here instead of the platform folder.</li>
-<li>
-<strong>Use the cordova CLI tool to install any plugins you need.</strong> Note that
+<li><p>Create a new Apache Cordova 3.0.0 project using the cordova CLI, as
+described in <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a>.</p></li>
+<li><p>Add your platforms the the cordova project, for example: <code>cordova
+platform add blackberry10</code>.</p></li>
+<li><p>Copy the contents of the original project's <code>www</code> directory to the <code>www</code> directory
+at the root of the cordova project you just created.</p></li>
+<li><p>Copy or overwrite any native assets from your original project
+(<code>Resources</code>, etc.)</p></li>
+<li><p>Copy your <code>config.xml</code> into the <code>www</code> directory, and remove any plugin definitions. You will modify settings here instead of the platform directory.</p></li>
+<li><p>Use the cordova CLI tool to install any plugins you need. Note that
 the CLI handles all core APIs as plugins, so they may need to be
-added. Only 3.0.0 plugins are compatible with the CLI.</li>
-<li><strong>Build and test.</strong></li>
+added. Only 3.0.0 plugins are compatible with the CLI.</p></li>
+<li><p>Build and test.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrading_2_8_0_projects_to_2_9_0">Upgrading 2.8.0 projects to 2.9.0</a>
@@ -176,40 +168,25 @@ added. Only 3.0.0 plugins are compatible
 <p>BlackBerry 10:</p>
 
 <ol>
-<li>
-<strong>Download and extract the Cordova 2.9.0 source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to ~/Cordova-2.9.0)</li>
-<li>
-<strong>Quit any running SDK tools</strong>: Eclipse, Momentics and the like.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using a unix like terminal: <strong>Terminal.app</strong>, <strong>Bash</strong>, <strong>Cygwin</strong>, etc.</li>
-<li>
-<strong>Create a new project</strong>, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. This becomes the home of your updated project.</li>
-<li>
-<strong>Copy</strong> your projects source from the old project's /www folder to the new project's /www folder</li>
-<li>
-<strong>Update</strong> the Cordova script reference in your <strong>www/index.html</strong> file (and any other files that contain the script reference) to point to the new <strong>cordova.js</strong> file</li>
+<li><p>Download and extract the Cordova 2.9.0 source to a permanent directory location on your hard drive, for example to <code>~/Cordova-2.9.0</code>.</p></li>
+<li><p>Quit any running SDK tools: Eclipse, Momentics and the like.</p></li>
+<li><p>Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.</p></li>
+<li><p>Create a new project, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. This becomes the home of your updated project.</p></li>
+<li><p>Copy your projects source from the old project's <code>/www</code> directory to the new project's <code>/www</code> directory.</p></li>
+<li><p>Update the Cordova script reference in your <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
 </ol>
 <h3>BlackBerryOS/Playbook</h3>
 
 <ol>
-<li>
-<strong>Download and extract the Cordova 2.9.0 source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to ~/Cordova-2.9.0)</li>
-<li>
-<strong>Quit any running SDK tools</strong>: Eclipse, Momentics and the like.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using a unix like terminal: <strong>Terminal.app</strong>, <strong>Bash</strong>, <strong>Cygwin</strong>, etc.</li>
-<li>
-<strong>Create a new project</strong>, as described in <a href="guide_platforms_ios_tools.md.html#iOS%20Command-line%20Tools">iOS Command-line Tools</a>. You need the assets from this new project.</li>
-<li>
-<strong>Copy</strong> the <strong>www/cordova.js</strong> file from the new project into your <strong>www</strong> folder, and delete your <strong>www/cordova.js</strong> file</li>
-<li>
-<strong>Update</strong> the Cordova script reference in your <strong>www/index.html</strong> file (and any other files that contain the script reference) to point to the new <strong>cordova.js</strong> file</li>
-<li>
-<strong>Copy</strong> the <strong>native</strong> folder from the new project into the existing project, overwriting the old <strong>native</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>lib</strong> folder from the new project into the existing project, overwriting the old <strong>lib</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>cordova</strong> folder from the new project into the existing project, overwriting the old <strong>cordova</strong> folder</li>
+<li><p>Download and extract the Cordova 2.9.0 source to a permanent directory location on your hard drive, for example to <code>~/Cordova-2.9.0</code>.</p></li>
+<li><p>Quit any running SDK tools: Eclipse, Momentics and the like.</p></li>
+<li><p>Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.</p></li>
+<li><p>Create a new project, as described in <a href="guide_platforms_ios_tools.md.html#iOS%20Command-line%20Tools">iOS Command-line Tools</a>. You need the assets from this new project.</p></li>
+<li><p>Copy the <code>www/cordova.js</code> file from the new project into your <code>www</code> directory, and delete your <code>www/cordova.js</code> file.</p></li>
+<li><p>Update the Cordova script reference in your <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
+<li><p>Copy the <code>native</code> directory from the new project into the existing project, overwriting the old <code>native</code> directory.</p></li>
+<li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
+<li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrading_2_7_0_projects_to_2_8_0">Upgrading 2.7.0 projects to 2.8.0</a>
@@ -221,249 +198,239 @@ added. Only 3.0.0 plugins are compatible
 Also note that the cordova js script file is now called 'cordova.js' and no longer contains a version string.</p>
 
 <ol>
-<li>
-<strong>Download and extract the Cordova 2.8.0 source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to ~/Cordova-2.8.0)</li>
-<li>
-<strong>Quit any running SDK tools</strong>: Eclipse, Momentics and the like.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using a unix like terminal: <strong>Terminal.app</strong>, <strong>Bash</strong>, <strong>Cygwin</strong>, etc.</li>
-<li>
-<strong>Create a new project</strong>, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. This becomes the home of your updated project.</li>
-<li>
-<strong>Copy</strong> your projects source from the old project's /www folder to the new project's /www folder</li>
-<li>
-<strong>Update</strong> the Cordova script reference in your <strong>www/index.html</strong> file (and any other files that contain the script reference) to point to the new <strong>cordova.js</strong> file</li>
+<li><p>Download and extract the Cordova 2.8.0 source to a permanent directory location on your hard drive, for example to <code>~/Cordova-2.8.0</code>.</p></li>
+<li><p>Quit any running SDK tools: Eclipse, Momentics and the like.</p></li>
+<li><p>Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.</p></li>
+<li><p>Create a new project, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. This becomes the home of your updated project.</p></li>
+<li><p>Copy your projects source from the old project's <code>/www</code> directory to the new project's <code>/www</code> directory.</p></li>
+<li><p>Update the Cordova script reference in your <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
 </ol>
 <p>BlackBerryOS/Playbook:</p>
 
 <ol>
-<li>
-<strong>Download and extract the Cordova 2.8.0 source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to ~/Cordova-2.8.0)</li>
-<li>
-<strong>Quit any running SDK tools</strong>: Eclipse, Momentics and the like.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using a unix like terminal: <strong>Terminal.app</strong>, <strong>Bash</strong>, <strong>Cygwin</strong>, etc.</li>
-<li>
-<strong>Create a new project</strong>, as described in <a href="guide_platforms_ios_tools.md.html#iOS%20Command-line%20Tools">iOS Command-line Tools</a>. You need the assets from this new project.</li>
-<li>
-<strong>Copy</strong> the <strong>www/cordova.js</strong> file from the new project into your <strong>www</strong> folder, and delete your <strong>www/cordova.js</strong> file</li>
-<li>
-<strong>Update</strong> the Cordova script reference in your <strong>www/index.html</strong> file (and any other files that contain the script reference) to point to the new <strong>cordova.js</strong> file</li>
-<li>
-<strong>Copy</strong> the <strong>native</strong> folder from the new project into the existing project, overwriting the old <strong>native</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>lib</strong> folder from the new project into the existing project, overwriting the old <strong>lib</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>cordova</strong> folder from the new project into the existing project, overwriting the old <strong>cordova</strong> folder</li>
+<li><p>Download and extract the Cordova 2.8.0 source to a permanent directory location on your hard drive, for example to <code>~/Cordova-2.8.0</code>.</p></li>
+<li><p>Quit any running SDK tools: Eclipse, Momentics and the like.</p></li>
+<li><p>Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.</p></li>
+<li><p>Create a new project, as described in <a href="guide_platforms_ios_tools.md.html#iOS%20Command-line%20Tools">iOS Command-line Tools</a>. You need the assets from this new project.</p></li>
+<li><p>Copy the <code>www/cordova.js</code> file from the new project into your <code>www</code> directory, and delete your <code>www/cordova.js</code> file.</p></li>
+<li><p>Update the Cordova script reference in your <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova.js</code> file.</p></li>
+<li><p>Copy the <code>native</code> directory from the new project into the existing project, overwriting the old <code>native</code> directory.</p></li>
+<li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
+<li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrading_2_6_0_projects_to_2_7_0">Upgrading 2.6.0 projects to 2.7.0</a>
 </h2>
 
 <ol>
-<li>
-<strong>Download and extract the Cordova 2.7.0 source</strong> to a <strong>permanent folder location</strong> on your hard drive (say to ~/Cordova-2.7.0)</li>
-<li>
-<strong>Quit any running SDK tools</strong>: Eclipse, Momentics and the like.</li>
-<li>
-<strong>Navigate</strong> to the directory where you put the downloaded source above, using a unix like terminal: <strong>Terminal.app</strong>, <strong>Bash</strong>, <strong>Cygwin</strong>, etc.</li>
-<li>
-<strong>Create a new project</strong>, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. You need the assets from this new project.</li>
-<li>
-<strong>Copy</strong> the <strong>www/cordova-2.7.0.js</strong> file from the new project into your <strong>www</strong> folder, and delete your <strong>www/cordova-2.6.0.js</strong> file</li>
-<li>
-<strong>Update</strong> the Cordova script reference in your <strong>www/index.html</strong> file (and any other files that contain the script reference) to point to the new <strong>cordova-2.7.0.js</strong> file</li>
-<li>
-<strong>Copy</strong> the <strong>native</strong> folder from the new project into the existing project, overwriting the old <strong>native</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>lib</strong> folder from the new project into the existing project, overwriting the old <strong>lib</strong> folder</li>
-<li>
-<strong>Copy</strong> the <strong>cordova</strong> folder from the new project into the existing project, overwriting the old <strong>cordova</strong> folder</li>
+<li><p>Download and extract the Cordova 2.7.0 source to a permanent directory location on your hard drive, for example to <code>~/Cordova-2.7.0</code>.</p></li>
+<li><p>Quit any running SDK tools: Eclipse, Momentics and the like.</p></li>
+<li><p>Navigate to the directory where you put the downloaded source above, using a unix like terminal: Terminal.app, Bash, Cygwin, etc.</p></li>
+<li><p>Create a new project, as described in <a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a>. You need the assets from this new project.</p></li>
+<li><p>Copy the <code>www/cordova-2.7.0.js</code> file from the new project into your <code>www</code> directory, and delete your <code>www/cordova-2.6.0.js</code> file.</p></li>
+<li><p>Update the Cordova script reference in your <code>www/index.html</code> file (and any other files that contain the script reference) to point to the new <code>cordova-2.7.0.js</code> file.</p></li>
+<li><p>Copy the <code>native</code> directory from the new project into the existing project, overwriting the old <code>native</code> directory.</p></li>
+<li><p>Copy the <code>lib</code> directory from the new project into the existing project, overwriting the old <code>lib</code> directory.</p></li>
+<li><p>Copy the <code>cordova</code> directory from the new project into the existing project, overwriting the old <code>cordova</code> directory.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_6_0_from_2_5_0">Upgrade to 2.6.0 from 2.5.0</a>
 </h2>
 
-<p>Updating the PhoneGap download folder:</p>
+<p>Updating the PhoneGap download directory:</p>
+
+<p>It is recommended that you download a fresh copy of the entire directory.</p>
+
+<p>However, here are the new parts needed for the piecemeal update:</p>
 
-<p>It is recommended that you download a fresh copy of the entire folder.</p>
+<ol>
+<li><p>Update the cordova.blackberry.js file in the <code>Phonegap-2.6.0/lib/blackberry/javascript</code> directory.</p></li>
+<li><p>Update the <code>ext</code>, <code>ext-air</code>, and <code>ext-qnx</code> in the <code>Phonegap-2.6.0/lib/blackberry/framework</code> directory.</p></li>
+<li><p>Update the <code>build.xml</code> file in the <code>Phonegap-2.6.0/lib/blackberry</code> directory.</p></li>
+<li><p>Update the <code>Phonegap-2.6.0/lib/blackberry/bin</code> directory.</p></li>
+<li><p>Update the <code>VERSION</code> file in the <code>Phonegap-2.6.0/lib/blackberry</code> directory.</p></li>
+</ol>
+<p>Updating the example/ directory or migrating an existing project:</p>
 
-<p>However, here are the new parts needed for the piecemeal update:
-1. Update the cordova.blackberry.js file in the ‘Phonegap-2.6.0/lib/blackberry/javascript’ folder
-2. Update the ‘ext’, ‘ext-air’, and ‘ext-qnx’ in the ‘Phonegap-2.6.0/lib/blackberry/framework’ folder
-3. Update the ‘build.xml’ file in the ‘Phonegap-2.6.0/lib/blackberry’ folder
-4. Update the ‘Phonegap-2.6.0/lib/blackberry/bin’ folder
-5. Update the ‘VERSION’ file in the ‘Phonegap-2.6.0/lib/blackberry’ folder</p>
-
-<p>Updating the example/ folder or migrating an existing project:</p>
-
-<ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Update the contents of the <code>ext-qnx/</code> folder.</li>
-<li>Copy the new <code>cordova-2.6.0.js</code> into your project.</li>
-<li>Update your HTML to use the new <code>cordova-2.6.0.js</code> file.</li>
+<ol>
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-qnx/</code> directory.</p></li>
+<li><p>Copy the new <code>cordova-2.6.0.js</code> into your project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.6.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_5_0_from_2_4_0">Upgrade to 2.5.0 from 2.4.0</a>
 </h2>
 
-<p>Updating the PhoneGap download folder:</p>
+<p>Updating the PhoneGap download directory:</p>
+
+<p>It is recommended that you download a fresh copy of the entire directory.</p>
 
-<p>It is recommended that you download a fresh copy of the entire folder.</p>
+<p>However, here are the new parts needed for the piecemeal update:</p>
 
-<p>However, here are the new parts needed for the piecemeal update:
-1. Update the cordova.blackberry.js file in the ‘Phonegap-2.5.0/lib/blackberry/javascript’ folder
-2. Update the ‘ext’, ‘ext-air’, and ‘ext-qnx’ in the ‘Phonegap-2.5.0/lib/blackberry/framework’ folder
-3. Update the ‘build.xml’ file in the ‘Phonegap-2.5.0/lib/blackberry’ folder
-4. Update the ‘Phonegap-2.5.0/lib/blackberry/bin’ folder
-5. Update the ‘VERSION’ file in the ‘Phonegap-2.5.0/lib/blackberry’ folder</p>
-
-<p>Updating the example/ folder or migrating an existing project:</p>
-
-<ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Update the contents of the <code>ext-qnx/</code> folder.</li>
-<li>Copy the new <code>cordova-2.5.0.js</code> into your project.</li>
-<li>Update your HTML to use the new <code>cordova-2.5.0.js</code> file.</li>
+<ol>
+<li><p>Update the cordova.blackberry.js file in the <code>Phonegap-2.5.0/lib/blackberry/javascript</code> directory.</p></li>
+<li><p>Update the <code>ext</code>, <code>ext-air</code>, and <code>ext-qnx</code> in the <code>Phonegap-2.5.0/lib/blackberry/framework</code> directory.</p></li>
+<li><p>Update the <code>build.xml</code> file in the <code>Phonegap-2.5.0/lib/blackberry</code> directory.</p></li>
+<li><p>Update the <code>Phonegap-2.5.0/lib/blackberry/bin</code> directory.</p></li>
+<li><p>Update the <code>VERSION</code> file in the <code>Phonegap-2.5.0/lib/blackberry</code> directory.</p></li>
+</ol>
+<p>Updating the example/ directory or migrating an existing project:</p>
+
+<ol>
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-qnx/</code> directory.</p></li>
+<li><p>Copy the new <code>cordova-2.5.0.js</code> into your project.</p></li>
+<li><p>Update your HTML to use the new <code>cordova-2.5.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_4_0_from_2_3_0">Upgrade to 2.4.0 from 2.3.0</a>
 </h2>
 
-<p>Updating just the <code>www</code> folder:</p>
+<p>Updating just the <code>www</code> directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-2.4.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-2.4.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
-<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
+<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-2.4.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-2.4.0.js</code> file.</p></li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.2.3.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.3.0/ext-air/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.3.0/ext-qnx/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.2.3.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.2.3.0/</code> folder to <code>cordova.2.4.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-2.4.0.js</code> file</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.2.3.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.3.0/ext-air/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.3.0/ext-qnx/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.2.3.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.2.3.0/</code> directory to <code>cordova.2.4.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-2.4.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_3_0_from_2_2_0">Upgrade to 2.3.0 from 2.2.0</a>
 </h2>
 
-<p>Updating just the <code>www</code> folder:</p>
+<p>Updating just the <code>www</code> directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-2.3.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-2.3.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
-<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
+<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-2.3.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-2.3.0.js</code> file.</p></li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.2.2.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.2.0/ext-air/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.2.0/ext-qnx/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.2.2.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.2.2.0/</code> folder to <code>cordova.2.3.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-2.3.0.js</code> file</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.2.2.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.2.0/ext-air/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.2.0/ext-qnx/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.2.2.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.2.2.0/</code> directory to <code>cordova.2.3.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-2.3.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_2_0_from_2_1_0">Upgrade to 2.2.0 from 2.1.0</a>
 </h2>
 
-<p>Updating just the www folder:</p>
+<p>Updating just the www directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-2.2.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-2.2.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
-<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
+<li>If BlackBerry 10, then update the .js file in the <code>qnx/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-2.2.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-2.2.0.js</code> file.</p></li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.2.1.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.1.0/ext-air/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.1.0/ext-qnx/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.2.1.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.2.1.0/</code> folder to <code>cordova.2.2.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-2.2.0.js</code> file.</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.2.1.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.1.0/ext-air/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.1.0/ext-qnx/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.2.1.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.2.1.0/</code> directory to <code>cordova.2.2.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-2.2.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_1_0_from_2_0_0">Upgrade to 2.1.0 from 2.0.0</a>
 </h2>
 
-<p>Updating just the <code>www</code> folder:</p>
+<p>Updating just the <code>www</code> directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-2.1.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-2.1.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-2.1.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-2.1.0.js</code> file.</p></li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.2.0.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.2.0.0/ext-air/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.2.0.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.2.0.0/</code> folder to <code>cordova.2.1.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-2.1.0.js</code> file.</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.2.0.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.2.0.0/ext-air/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.2.0.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.2.0.0/</code> directory to <code>cordova.2.1.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-2.1.0.js</code> file.</p></li>
 </ol>
 <h2>
 <a name="Upgrading%20BlackBerry_upgrade_to_2_0_0_from_1_9_0">Upgrade to 2.0.0 from 1.9.0</a>
 </h2>
 
-<p>Updating just the <code>www</code> folder:</p>
+<p>Updating just the <code>www</code> directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-2.0.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-2.0.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-2.0.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-2.0.0.js</code> file.</p></li>
 <li>
 <p>Update your <code>www/plugins.xml</code> file. Two plugins changed their
 namespace/service label. Change the old entries for the <a href="cordova_media_capture_capture.md.html#Capture">Capture</a> and
@@ -480,18 +447,18 @@ namespace/service label. Change the old 
 </code></pre>
 </li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.1.9.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.1.9.0/ext-air/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.1.9.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.1.9.0/</code> folder to <code>cordova.2.0.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-2.0.0.js</code> file.</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.1.9.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.1.9.0/ext-air/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.1.9.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.1.9.0/</code> directory to <code>cordova.2.0.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-2.0.0.js</code> file.</p></li>
 <li>
-<p>Open the <code>www/</code> folder and update the <code>plugins.xml</code> file. Two plugins
+<p>Open the <code>www/</code> directory and update the <code>plugins.xml</code> file. Two plugins
 changed their namespace/service label. Change the old entries for the
 <a href="cordova_media_capture_capture.md.html#Capture">Capture</a> and <a href="cordova_contacts_contacts.md.html#Contact">Contact</a> plugins from:</p>
 
@@ -511,18 +478,20 @@ changed their namespace/service label. C
 <a name="Upgrading%20BlackBerry_upgrade_to_1_8_0_from_1_7_0">Upgrade to 1.8.0 from 1.7.0</a>
 </h2>
 
-<p>Updating just the <code>www</code> folder:</p>
+<p>Updating just the <code>www</code> directory:</p>
 
 <ol>
-<li>Open your <code>www/</code> folder, which contains your app.</li>
-<li>Remove and update the .jar file in the <code>ext/</code> folder.</li>
-<li>Update the contents of the <code>ext-air/</code> folder.</li>
-<li>Copy the new <code>cordova-1.8.0.js</code> into your project.
+<li><p>Open your <code>www/</code> directory, which contains your app.</p></li>
+<li><p>Remove and update the .jar file in the <code>ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>ext-air/</code> directory.</p></li>
+<li>
+<p>Copy the new <code>cordova-1.8.0.js</code> into your project.</p>
+
 <ul>
-<li>If playbook, then update the .js file in the <code>playbook/</code> folder.</li>
+<li>If playbook, then update the .js file in the <code>playbook/</code> directory.</li>
 </ul>
 </li>
-<li>Update your HTML to use the new <code>cordova-1.8.0.js</code> file.</li>
+<li><p>Update your HTML to use the new <code>cordova-1.8.0.js</code> file.</p></li>
 <li>
 <p>Update your <code>www/plugins.xml</code> file. Two plugins changed their
 namespace/service label. Change the old entries for the <a href="cordova_media_capture_capture.md.html#Capture">Capture</a> and
@@ -539,18 +508,18 @@ namespace/service label. Change the old 
 </code></pre>
 </li>
 </ol>
-<p>Updating the sample folder (ie, updating using the ant tools):</p>
+<p>Updating the sample directory (i.e., updating using the ant tools):</p>
 
 <ol>
-<li>Open the <code>sample/lib/</code> folder.</li>
-<li>Update the .jar file in the <code>cordova.1.7.0/ext/</code> folder.</li>
-<li>Update the contents of the <code>cordova.1.7.0/ext-air/</code> folder.</li>
-<li>Update the .js file in the <code>cordova.1.7.0/javascript/</code> folder.</li>
-<li>Open the <code>sample/lib/</code> folder and rename the <code>cordova.1.7.0/</code> folder to <code>cordova.1.8.0/</code>.</li>
-<li>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> folder with updated Cordova.</li>
-<li>Open the <code>www/</code> folder and update your HTML to use the new <code>cordova-1.8.0.js</code> file.</li>
+<li><p>Open the <code>sample/lib/</code> directory.</p></li>
+<li><p>Update the .jar file in the <code>cordova.1.7.0/ext/</code> directory.</p></li>
+<li><p>Update the contents of the <code>cordova.1.7.0/ext-air/</code> directory.</p></li>
+<li><p>Update the .js file in the <code>cordova.1.7.0/javascript/</code> directory.</p></li>
+<li><p>Open the <code>sample/lib/</code> directory and rename the <code>cordova.1.7.0/</code> directory to <code>cordova.1.8.0/</code>.</p></li>
+<li><p>Type <code>ant blackberry build</code> or <code>ant playbook build</code> to update the <code>www/</code> directory with updated Cordova.</p></li>
+<li><p>Open the <code>www/</code> directory and update your HTML to use the new <code>cordova-1.8.0.js</code> file.</p></li>
 <li>
-<p>Open the <code>www/</code> folder and update the <code>plugins.xml</code> file. Two plugins
+<p>Open the <code>www/</code> directory and update the <code>plugins.xml</code> file. Two plugins
 changed their namespace/service label. Change the old entries for the
 <a href="cordova_media_capture_capture.md.html#Capture">Capture</a> and <a href="cordova_contacts_contacts.md.html#Contact">Contact</a> plugins from:</p>
 

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_config.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_config.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_config.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_config.md.html Thu Aug  1 22:17:43 2013
@@ -91,7 +91,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_index.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_index.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_index.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_index.md.html Thu Aug  1 22:17:43 2013
@@ -84,9 +84,8 @@
             <small><select><option value="BlackBerry%2520Platform%2520Guide">BlackBerry Platform Guide</option>
 <option value="BlackBerry%20Platform%20Guide_requirements_and_support">      - Requirements and Support</option>
 <option value="BlackBerry%20Platform%20Guide_install_the_sdk">      - Install the SDK</option>
-<option value="BlackBerry%20Platform%20Guide_3_register_for_signing_keys">      - 3.  Register for Signing Keys</option>
-<option value="BlackBerry%20Platform%20Guide_4_install_cordova">      - 4.  Install Cordova</option>
-<option value="BlackBerry%20Platform%20Guide_5_set_up_new_project">      - 5.  Set up New Project</option>
+<option value="BlackBerry%20Platform%20Guide_register_for_signing_keys">      - Register for Signing Keys</option>
+<option value="BlackBerry%20Platform%20Guide_install_cordova">      - Install Cordova</option>
 <option value="BlackBerry%20Platform%20Guide_set_up_a_new_project">      - Set up a New Project</option>
 <option value="BlackBerry%20Platform%20Guide_deploy_to_emulator">      - Deploy to Emulator</option>
 <option value="BlackBerry%20Platform%20Guide_deploy_to_device">      - Deploy to Device
@@ -101,7 +100,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -147,7 +145,7 @@ information:</p>
 <li><a href="guide_platforms_blackberry_tools.md.html#BlackBerry%20Command-line%20Tools">BlackBerry Command-line Tools</a></li>
 </ul>
 <p>The command-line tools above refer to versions prior to Cordova 3.0.
-See The Cordova Command-line Interface for information about the
+See <a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a> for information about the
 current interface.</p>
 
 <h2>
@@ -189,39 +187,57 @@ development. BlackBerry PlayBook and Bla
 SDKs can be downloaded from the following locations.</p>
 
 <ul>
-<li>[BlackBerry PlayBook SDK] (https://developer.blackberry.com/html5/download/#playbook) and <a class="external" href="http://www.adobe.com/devnet/air/air-sdk-download.html">Adobe Air SDK</a>
-</li>
-<li>[BlackBerry Smartphones SDK] (https://developer.blackberry.com/html5/download/#smartphones)</li>
+<li><p>[BlackBerry PlayBook SDK] (https://developer.blackberry.com/html5/download/#playbook) and <a class="external" href="http://www.adobe.com/devnet/air/air-sdk-download.html">Adobe Air SDK</a></p></li>
+<li><p>[BlackBerry Smartphones SDK] (https://developer.blackberry.com/html5/download/#smartphones)</p></li>
 </ul>
 <h2>
-<a name="BlackBerry%20Platform%20Guide_3_register_for_signing_keys">3.  Register for Signing Keys</a>
+<a name="BlackBerry%20Platform%20Guide_register_for_signing_keys">Register for Signing Keys</a>
 </h2>
 
-<p>If you wish to publish your application on BlackBerry App World, or deploy on an actual device you’ll need to register for a set of free Code Signing Keys.</p>
-
-<p>To register for Signing Keys visit, and complete the <a class="external" href="https://www.blackberry.com/SignedKeys">BlackBerry Keys Order Form</a>.</p>
-
-<p>Once you receive your Signing Keys, they'll need to be setup. To learn how to setup your Signing Keys visit the <a class="external" href="https://developer.blackberry.com/html5/documentation/signing_setup_bb10_apps_2008396_11.html">BlackBerry HTML5/WebWorks website</a>.</p>
+<p>If you wish to publish your application on BlackBerry App World, or on
+an actual device, you’ll need to register for a set of free Code
+Signing Keys.  To do so, complete the <a class="external" href="https://www.blackberry.com/SignedKeys">BlackBerry Keys Order
+Form</a>.
+Once you receive your Signing Keys, they require setup. See the <a class="external" href="https://developer.blackberry.com/html5/documentation/signing_setup_bb10_apps_2008396_11.html">BlackBerry HTML5/WebWorks website</a> for information.</p>
 
 <h2>
-<a name="BlackBerry%20Platform%20Guide_4_install_cordova">4.  Install Cordova</a>
+<a name="BlackBerry%20Platform%20Guide_install_cordova">Install Cordova</a>
 </h2>
 
 <p>Download and extract the latest copy of <a class="external" href="http://cordova.apache.org/#download">Cordova</a>.</p>
 
 <h2>
-<a name="BlackBerry%20Platform%20Guide_5_set_up_new_project">5.  Set up New Project</a>
+<a name="BlackBerry%20Platform%20Guide_set_up_a_new_project">Set up a New Project</a>
 </h2>
 
 <ul>
-<li>Open up a command-line terminal and navigate to where you extracted Cordova.</li>
-<li>There is a directory for each platform that Cordova supports.  CD into the <code>blackberry</code> directory.</li>
-<li>The blackberry directory contains several directories.  The <code>example</code> folder contains a complete Cordova project.  Copy the <code>example</code> folder to another location on your computer.</li>
-<li>Change to the newly created directory.</li>
-<li>Open up the project.properties file with your favorite editor and edit the entries for the WebWorks SDKs you are using. For example...</li>
+<li><p>Open up a command-line terminal and navigate to where you extracted Cordova.</p></li>
+<li><p>There is a directory for each platform that Cordova supports.
+Navigate to the <code>blackberry</code> directory.</p></li>
+<li><p>The <code>blackberry</code> directory contains several subdirectories.  The
+<code>example</code> directory contains a complete Cordova project.  Copy the
+<code>example</code> directory to another location on your computer, and
+navigate there.</p></li>
+<li>
+<p>Edit the <code>project.properties</code> file to specify the WebWorks SDK you
+are using. For example, here are the respective settings for
+BlackBerry PlayBook, BlackBerry Smartphone (OS5-7), or BlackBerry 10
+(QNX):</p>
+
+<pre class="prettyprint"><code>playbook.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks SDK for TabletOS 2.1.0.6\\bbwp
+blackberry.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager
+qnx.bbwp.dir=C:\\Program Files (x86)\\Research In Motion\\BlackBerry 10 WebWorks SDK 1.0.2.9
+</code></pre>
+</li>
 </ul>
-<p>BlackBerry 10 (QNX)
-- <code>qnx.bbwp.dir=C:\\Program Files (x86)\\Research In Motion\\BlackBerry 10 WebWorks SDK 1.0.2.9</code></p>
+<p>These correspond to parameters you specify when building your
+project.  The first time you run these commands, they generate a
+"HelloWorld" application:</p>
+
+<pre class="prettyprint"><code>    cordova/build playbook
+    cordova/build blackberry
+    cordova/build qnx
+</code></pre>
 
 <p>Along with the SDK, you also need to register for a code signing key
 and debug token. The signing key allows you to distribute apps through
@@ -229,47 +245,16 @@ BlackBerry World. The debug token allows
 a BlackBerry emulator or device. You do not need to create and
 install the debug token yourself; if you supply the keystore password,
 the build script creates and installs the debug token for you. To set
-up the signing key, go to the Blackberry website to obtain it, making
+up the signing key, go to the BlackBerry website to obtain it, making
 sure to retain the password you specify. Then run the
-<code>blackberry-signer</code> utility that is included with the SDK. Consult the
-following for more information:</p>
+<code>blackberry-signer</code> utility that is included with the SDK. 
+BlackBerry provides more information here:</p>
 
 <ul>
 <li><p><a class="external" href="https://www.blackberry.com/SignedKeys/codesigning.html">Register for your code signing key</a></p></li>
 <li><p><a class="external" href="http://developer.blackberry.com/html5/documentation/set_up_for_signing.html">Set up your computer for code signing</a></p></li>
+<li><p><a class="external" href="http://developer.blackberry.com/native/documentation/bb10/com.qnx.doc.native_sdk.quickstart/topic/set_up_your_environment.html">comprehensive guide to setting up your SDK environment</a></p></li>
 </ul>
-<p>Build the Cordova sample project by typing <code>./cordova/build &lt;target&gt;</code> in your command prompt while you are in your project's directory. Replace <code>&lt;target&gt;</code> with either <code>qnx</code> <code>playbook</code> or <code>blackberry</code>. For example...</p>
-
-<ul>
-<li><a class="external" href="http://developer.blackberry.com/native/documentation/bb10/com.qnx.doc.native_sdk.quickstart/topic/set_up_your_environment.html">Comprehensive guide to setting up your SDK environment</a></li>
-</ul>
-<h2>
-<a name="BlackBerry%20Platform%20Guide_set_up_a_new_project">Set up a New Project</a>
-</h2>
-
-<ul>
-<li><p>Open up a command-line terminal. From the directory where you
-extracted Cordova, navigate to the <code>blackberry</code> subdirectory.</p></li>
-<li><p>Copy the <code>blackberry</code> directory's <code>example</code> subdirectory to another
-location on your computer and navigate there.</p></li>
-<li>
-<p>Edit the <code>project.properties</code> file to specify the WebWorks SDK you
-are using. For example, here are the respective settings for
-BlackBerry PlayBook or BlackBerry Smartphone (OS5-7):</p>
-
-<pre class="prettyprint"><code>playbook.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks SDK for TabletOS 2.1.0.6\\bbwp
-blackberry.bbwp.dir=C:\\Program Files\\Research In Motion\\BlackBerry WebWorks Packager
-</code></pre>
-</li>
-</ul>
-<p>These correspond to parameters you specify when building your project.
-The first time you run these commands, they generate a "HelloWorld"
-application:</p>
-
-<pre class="prettyprint"><code>cordova/build playbook
-cordova/build blackberry
-</code></pre>
-
 <h2>
 <a name="BlackBerry%20Platform%20Guide_deploy_to_emulator">Deploy to Emulator</a>
 </h2>
@@ -280,7 +265,12 @@ VMWare Fusion (Mac OS X). The WebWorks S
 emulator, but additional emulators are <a class="external" href="http://us.blackberry.com/developers/resources/simulators.jsp">available through
 BlackBerry</a>.</p>
 
-<p>While in your project directory, in command prompt type <code>./cordova/run &lt;target&gt;</code>. Replace <code>&lt;target&gt;</code> with either <code>qnx</code>, <code>playbook</code>, or <code>blackberry</code>. Note, for BlackBerry 10 and PlayBook, the emulator virtual image must already be started.  For example...</p>
+<p>From your project directory, type <code>./cordova/run &lt;target&gt;</code>, replacing
+<code>&lt;target&gt;</code> with either <code>qnx</code>, <code>playbook</code>, or <code>blackberry</code>. Note that
+for BlackBerry 10 and PlayBook, the emulator virtual image must
+already be started.</p>
+
+<p>See the following for more information:</p>
 
 <ul>
 <li><p><a class="external" href="https://developer.blackberry.com/html5/documentation/using_the_tablet_simulator_1866980_11.html">BlackBerry PlayBook</a></p></li>
@@ -302,15 +292,15 @@ Files\\BlackBerry\\Simulator</code>.</p>
 <p>Once the emulator is installed and running, run either of the
 following to install an application to the home screen:</p>
 
-<pre class="prettyprint"><code>cordova/run playbook
-cordova/run blackberry
+<pre class="prettyprint"><code>    cordova/run playbook
+    cordova/run blackberry
 </code></pre>
 
 <p>If you are prompted whether a device is connected to your computer,
 answer no.</p>
 
 <p><strong>NOTE:</strong> On BlackBerry OS 5, the application is installed in the
-<code>Downloads</code> folder.</p>
+<code>Downloads</code> directory.</p>
 
 <h2>
 <a name="BlackBerry%20Platform%20Guide_deploy_to_device">Deploy to Device
@@ -322,11 +312,12 @@ registered for code signing keys as desc
 apps on BlackBerry PlayBook, the <strong>Settings → Security →
 Development Mode</strong> option must be enabled.</p>
 
-<p>On Blackberry PlayBook, edit the <code>project.properties</code> file and modify
+<p>On BlackBerry PlayBook, edit the <code>project.properties</code> file and modify
 the following to reflect the device's IP and password as descibed
 above, along with the signing key password you set up:</p>
 
-<p>While in your project directory, in command prompt type <code>./cordova/run &lt;target&gt;</code>. Replace <code>&lt;target&gt;</code> with either <code>qnx</code>, <code>playbook</code>, or <code>blackberry</code>.  For example...</p>
+<p>From your project directory, type <code>./cordova/run &lt;target&gt;</code>, replacing
+<code>&lt;target&gt;</code> with either <code>qnx</code>, <code>playbook</code>, or <code>blackberry</code>. </p>
 
 <p>On BlackBerry Smartphone (OS5-7), specify the
 <code>blackberry.sigtool.password</code> property as the signing key password.</p>
@@ -334,15 +325,15 @@ above, along with the signing key passwo
 <p>Then from the project's directory, run either of the commands you
 would to view the app in an emulator:</p>
 
-<pre class="prettyprint"><code>cordova/run playbook
-cordova/run blackberry
+<pre class="prettyprint"><code>    cordova/run playbook
+    cordova/run blackberry
 </code></pre>
 
 <p>If you are prompted whether a device is connected to your computer,
 answer yes.</p>
 
 <p><strong>NOTE:</strong> On BlackBerry OS 5, the application is installed in the
-<code>Downloads</code> folder.</p>
+<code>Downloads</code> directory.</p>
 
 <h2>
 <a name="BlackBerry%20Platform%20Guide_additional_information">Additional Information</a>

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_plugin.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_plugin.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_plugin.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_plugin.md.html Thu Aug  1 22:17:43 2013
@@ -85,7 +85,7 @@
 <option value="BlackBerry%20Plugins_modifying_plugins_xml">      - Modifying plugins.xml</option>
 <option value="BlackBerry%20Plugins_adding_echo_java">      - Adding Echo.java</option>
 <option value="BlackBerry%20Plugins_writing_echo_java">      - Writing Echo.java</option>
-<option value="BlackBerry%20Plugins_updating_the_jar_in_your_project_s_www_folder">      - Updating the .jar in your project's www folder</option></select></small>
+<option value="BlackBerry%20Plugins_updating_the_jar_in_your_project_s_www_directory">      - Updating the .jar in your project's www directory</option></select></small>
         </div>
 
         <div id="sidebar">
@@ -95,7 +95,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -155,17 +154,15 @@ to the <code>window.echo</code> function
 <a name="BlackBerry%20Plugins_modifying_plugins_xml">Modifying plugins.xml</a>
 </h2>
 
-<p>Your project's <code>www/plugins.xml</code> folder contains all of the necessary
-references to your Cordova project's plugins. Add an
+<p>Your project's <code>www/plugins.xml</code> directory contains all of the
+necessary references to your Cordova project's plugins. Add an
 additional reference so that when <code>cordova.exec</code> is called, Cordova
 knows how to map the <code>Echo</code> argument of <code>cordova.exec</code> to the <code>Echo</code>
 class that we want to write natively:</p>
 
-<pre class="prettyprint"><code>&lt;plugins&gt;
-  ...
-  &lt;plugin name="Echo" value="org.apache.cordova.echo.Echo"/&gt;
-  ...
-&lt;/plugins&gt;
+<pre class="prettyprint"><code>&lt;feature name="Echo"&gt;
+    &lt;param name="blackberry-package" value="org.apache.cordova.echo.Echo" /&gt;
+&lt;/feature&gt;
 </code></pre>
 
 <h2>
@@ -173,12 +170,12 @@ class that we want to write natively:</p
 </h2>
 
 <p>If you notice the structure of the value attribute, you'll see a
-defined path that leads to the Echo plugin. In the root folder of the
-Cordova BlackBerry WebWorks repo, look for a folder called framework.
-This folder contains all of the source code that runs natively on the
+defined path that leads to the Echo plugin. In the root directory of the
+Cordova BlackBerry WebWorks repo, look for a directory called <code>framework</code>.
+This directory contains all of the source code that runs natively on the
 BlackBerry. Navigate to <code>framework/ext/src/org/apache/cordova</code>. At
-this point, you'll see all of the plugin folders, inside of which is
-the source code. So add the folder echo to
+this point, you'll see all of the plugin directorys, inside of which is
+the source code. So add the directory echo to
 <code>framework/ext/src/org/apache/cordova/echo</code> and create a file called
 <code>Echo.java</code> at <code>framework/ext/src/org/apache/cordova/echo/Echo.java</code>.</p>
 
@@ -250,7 +247,7 @@ status exceptions like <code>PluginResul
 results fire the fail callback in JavaScript.</p>
 
 <h2>
-<a name="BlackBerry%20Plugins_updating_the_jar_in_your_project_s_www_folder">Updating the .jar in your project's www folder</a>
+<a name="BlackBerry%20Plugins_updating_the_jar_in_your_project_s_www_directory">Updating the .jar in your project's www directory</a>
 </h2>
 
 <p>The added <code>Echo.java</code> needs to be updated in your project.  To build

Modified: cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_tools.md.html
URL: http://svn.apache.org/viewvc/cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_tools.md.html?rev=1509456&r1=1509455&r2=1509456&view=diff
==============================================================================
--- cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_tools.md.html (original)
+++ cordova/site/public/docs/en/3.0.0/guide_platforms_blackberry_tools.md.html Thu Aug  1 22:17:43 2013
@@ -95,7 +95,6 @@
 <li><a href="guide_overview_index.md.html#Overview">Overview</a></li>
 <li><a href="guide_cli_index.md.html#The%20Command-line%20Interface">The Command-line Interface</a></li>
 <li><a href="guide_platforms_index.md.html#Platform%20Guides">Platform Guides</a></li>
-<li><a href="index.md.html#Guides">Guides</a></li>
 <li><a href="config_ref_index.md.html#Configuration%20Reference">Configuration Reference</a></li>
 <li><a href="guide_hybrid_webviews_index.md.html#Embedding%20WebViews">Embedding WebViews</a></li>
 <li><a href="guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide">Plugin Development Guide</a></li>
@@ -174,7 +173,7 @@ $ /path/to/my_new_project/cordova/build.
 </h2>
 
 <p>For BlackBerry projects, please make sure you customize the
-<code>project.properties</code> file in the root of your Cordova project folder.
+<code>project.properties</code> file in the root of your Cordova project directory.
 You need to do so to supply your BlackBerry signing key password, and
 specify locations for the BlackBerry WebWorks SDK and BlackBerry
 emulator executables.</p>