summaryrefslogtreecommitdiffstats
path: root/doc/installerfw.qdoc
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2011-05-02 16:14:07 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2011-05-02 16:15:22 +0200
commit6c3e09e04271fa6b1522de04197e78d73f4e7c56 (patch)
tree02433aefaff37d2c42aa38ebfe857a602cef054d /doc/installerfw.qdoc
parentc083fba055286e18a2606a3d9121dda76536c872 (diff)
improved component description documentation
Diffstat (limited to 'doc/installerfw.qdoc')
-rw-r--r--doc/installerfw.qdoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/installerfw.qdoc b/doc/installerfw.qdoc
index f60978b58..0b9c954c9 100644
--- a/doc/installerfw.qdoc
+++ b/doc/installerfw.qdoc
@@ -235,7 +235,7 @@
\list
\o \bold{VisibleName} The human readable name of the component - required.
\o \bold{Description} The human readable description of the component - required.
- \o \bold{Version} The version number of the component - required.
+ \o \bold{Version} The version number of the component needs the following format: [0-9]+((\.|-)[0-9]+)* such as 1-1;1.2-2;3.4.7 - required.
\o \bold{ReleaseDate} The day this component version was released - optional.
\o \bold{Name} domain-like identification for this component - required.
\o \bold{Dependencies} Comma-separated list of dependencies - optional.
@@ -250,6 +250,7 @@
\o \bold{Important} The package is marked as important. This is relevant for updates found with UpdateAgent.
\o \bold{ForcedInstallation} This packages must always be installed and can't get unchecked by the user.
\o \bold{AutoSelectOn} Define boolean expressions with other components names to define when this components gets autoselected.
+ \o \bold{Replaces} Comma-separated list of components to replace - optional.
\endlist
\section2 Additional features