You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by lo...@apache.org on 2013/07/24 20:25:36 UTC

docs commit: [CB-4381] expanded create documentation to include package name and app name arguments

Updated Branches:
  refs/heads/master 9579e5358 -> 4a7d1544e


[CB-4381] expanded create documentation to include package name and app name arguments


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

Branch: refs/heads/master
Commit: 4a7d1544e56b882243fde815b76120d1bcd8af3f
Parents: 9579e53
Author: lorinbeer <lo...@adobe.com>
Authored: Wed Jul 24 11:25:36 2013 -0700
Committer: lorinbeer <lo...@adobe.com>
Committed: Wed Jul 24 11:25:36 2013 -0700

----------------------------------------------------------------------
 docs/en/edge/guide/platforms/blackberry10/index.md | 9 ++++++++-
 docs/en/edge/guide/platforms/blackberry10/tools.md | 8 +++++++-
 2 files changed, 15 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4a7d1544/docs/en/edge/guide/platforms/blackberry10/index.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/index.md b/docs/en/edge/guide/platforms/blackberry10/index.md
index f3c35cf..0ddea11 100644
--- a/docs/en/edge/guide/platforms/blackberry10/index.md
+++ b/docs/en/edge/guide/platforms/blackberry10/index.md
@@ -53,10 +53,17 @@ To create a new project, you use the `create` command to set up the folder struc
 1.  On the command line, navigate to the folder where you extracted Cordova.
 2.  Run the `create` command using the following syntax:
 
-        bin/create <path-to-project>
+        bin/create <path-to-project> <project-package> <project-name>
 
 This command creates the folder structure for your project at the specified location. All of your project resource files should be stored in the *<path-to-project>*/www folder, or in a subfolder within it.
 
+where
+
+- '<path-to-project>' specifies the directory you want the project created in
+- '<project-package>' specifies a reverse domain style identifier
+- '<project-name>' specifies the apps display name
+
+
 ## Adding and managing targets
 
 A target refers to a BlackBerry device or emulator that you will use to test your app. Targets are added directly to your project; you can add multiple targets to your project, each with a unique name. Then, when you want to deploy your app to a particular target, you can simply refer to that target by name when you run your script.

http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/4a7d1544/docs/en/edge/guide/platforms/blackberry10/tools.md
----------------------------------------------------------------------
diff --git a/docs/en/edge/guide/platforms/blackberry10/tools.md b/docs/en/edge/guide/platforms/blackberry10/tools.md
index a605680..feac142 100644
--- a/docs/en/edge/guide/platforms/blackberry10/tools.md
+++ b/docs/en/edge/guide/platforms/blackberry10/tools.md
@@ -39,7 +39,13 @@ arguments.
 
 The 'create' command creates a new project:
 
-    bin/create <path-to-project>
+    bin/create <path-to-project> <project-package> <project-name>
+
+where
+
+- '<path-to-project>' specifies the directory you want the project created in
+- '<project-package>' specifies a reverse domain style identifier
+- '<project-name>' specifies the apps display name
 
 ## target