4
0
mirror of https://github.com/QuasarApp/installer-framework.git synced 2025-05-11 04:19:34 +00:00
installer-framework/doc/includes/installerfw-examples-packaging.qdocinc
Leena Miettinen bb052608fb Doc: replace "sections" and "settings" with elements
As we are describing XML files. "Settings" is still
used where appropriate.

Also use the angle brackets around element names more
consistently.

Change-Id: I5c7179212c90d8f2cd55e28af98e7cd785603f4a
Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
2015-01-19 16:36:11 +01:00

16 lines
660 B
Plaintext

\section1 Creating the Example Package Information File
The installer package information file, package.xml, in the \c meta
directory specifies the components that are available for installation:
\list
\li The \c <DisplayName> element specifies the human-readable name of
the component.
\li The \c <Description> element specifies the human-readable
description of the component.
\li The \c <Version> element specifies the version number of the
component.
\li The \c <ReleaseDate> element specifies the date when this component
version was released.
\endlist