buildframework/helium/tools/publish/publish.ant.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 588 c7c26511138f
equal deleted inserted replaced
217:0f5e3a7fb6af 587:85df38eb4012
    23 <!--* @package publishing -->
    23 <!--* @package publishing -->
    24 <project name="publish" xmlns:hlm="http://www.nokia.com/helium">
    24 <project name="publish" xmlns:hlm="http://www.nokia.com/helium">
    25     <description>
    25     <description>
    26     Zipping, delta zipping and copying targets
    26     Zipping, delta zipping and copying targets
    27     </description>
    27     </description>
       
    28     
       
    29     <!--* @property zip.config.file
       
    30     The ZIP configuration XML file.
       
    31     @type string
       
    32     @editable required
       
    33     @scope public
       
    34     -->
       
    35     
       
    36     <!--* @property zips.ee.spec.name
       
    37     The name of the configuration section for EE zipping.
       
    38     @type string
       
    39     @editable optional
       
    40     @scope public
       
    41     -->
       
    42     
       
    43     <!--* @property zips.localised.spec.name
       
    44     The name of the configuration section for localisation zipping.
       
    45     @type string
       
    46     @editable optional
       
    47     @scope public
       
    48     -->
       
    49     
       
    50     <!--* @property zips.localised.spec.name
       
    51     The name of the configuration section for subcon zipping.
       
    52     @type string
       
    53     @editable optional
       
    54     @scope public
       
    55     -->
    28     
    56     
    29     <!--* @property delta.zip.file.size
    57     <!--* @property delta.zip.file.size
    30     Define the file size of the zipped up released file, this is then used by delta zipping code to determine if a delta zip is required or a full zip should be created. The delta zip will only be published if it is less than 1/2 the size of this property
    58     Define the file size of the zipped up released file, this is then used by delta zipping code to determine if a delta zip is required or a full zip should be created. The delta zip will only be published if it is less than 1/2 the size of this property
    31     @type string
    59     @type string
    32     @editable required
    60     @editable required