summaryrefslogtreecommitdiffstats
path: root/doc/includes/installerfw-examples-packaging.qdocinc
blob: ec7e82b291632a0a7187d0122202551fc9e13591 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
    \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> section specifies the human-readable name of
            the component.
        \li The \c <Description> section specifies the human-readable
            description of the component.
        \li The \c <ReleaseDate> section specifies the date when this component
            version was released.
        \li The \c <Script> section specifies the file name of the JavaScript
            file that is loaded.
    \endlist