buildframework/helium/sf/java/imaker/imaker.rst
changeset 645 b8d81fa19e7d
parent 628 7c4a911dc066
equal deleted inserted replaced
643:27cf35f95864 645:b8d81fa19e7d
    21 **imakerconfiguration** element:
    21 **imakerconfiguration** element:
    22 
    22 
    23 .. csv-table:: Attributes to modify
    23 .. csv-table:: Attributes to modify
    24    :header: "Attribute", "Description", "Values"
    24    :header: "Attribute", "Description", "Values"
    25 
    25 
    26    ":hlm-p:`regionalVariation`", "Enable regional variation switching. - Deprecated (always false)", "false"
    26    "``regionalVariation``", "Enable regional variation switching. - Deprecated (always false)", "false"
    27 
    27 
    28 The imakerconfiguration supports three sub-types:
    28 The imakerconfiguration supports three sub-types:
    29 
    29 
    30 .. csv-table:: Attributes to modify
    30 .. csv-table:: Attributes to modify
    31    :header: "Sub-type", "Description"
    31    :header: "Sub-type", "Description"
    32 
    32 
    33    ":hlm-p:`makefileset`", "Defines the list of iMaker configuration to run image creation on."
    33    "``makefileset``", "Defines the list of iMaker configuration to run image creation on."
    34    ":hlm-p:`targetset`", "List of regular expression used to match which target need to be executed."
    34    "``targetset``", "List of regular expression used to match which target need to be executed."
    35    ":hlm-p:`variableset`", "List of variable to set when executing iMaker."
    35    "``variableset``", "List of variable to set when executing iMaker."
    36 
    36 
    37 
    37 
    38 Example of configuration:
    38 Example of configuration:
    39 
    39 
    40 .. code-block:: xml
    40 .. code-block:: xml