summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2014-02-11 10:31:12 +0100
committerNiels Weber <niels.weber@digia.com>2014-02-11 10:36:14 +0100
commitb2387af637001ee90de045a15638841b130ba418 (patch)
treeb0bbe2ff6567f685eac1120abb27c41539509077
parent038001bda0cf06e32678a7fb546b7789265c65de (diff)
doc: Fix minor typos
- config.xml -> package.xml - Update.xml -> Updates.xml Change-Id: I94cd1b316a8591f24cea50153f071976800ed771 Reviewed-by: Niels Weber <niels.weber@digia.com>
-rw-r--r--doc/installerfw.qdoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index 1995b149e..c1a832f34 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -938,10 +938,10 @@
\o Copy the updated content to the package directory.
\o Increase the value of the \a{Version} setting for the updated
- components in the config.xml file.
+ components in the package.xml file.
\o Use the \c repogen tool to recreate the online repository with the
- updated contents and to generate the update.xml file in the root
+ updated contents and to generate the Updates.xml file in the root
directory of the repository.
\o Upload the repository to the web server.
@@ -952,13 +952,13 @@
\section1 Configuring Updates
- The installer downloads the Update.xml file on
+ The installer downloads the Updates.xml file on
startup and compares the installed version with the version in the file. If
the online version number in the file is greater than the local one, the
installer displays it in the list of available updates.
Increase the value of the \a{Version} setting for the component in the
- config.xml file.
+ package.xml file.
\section1 Recreating Repositories