buildframework/helium/tools/release/release.ant.xml
changeset 620 ad8ffc8e1982
parent 588 c7c26511138f
child 628 7c4a911dc066
equal deleted inserted replaced
585:238f4cb8391f 620:ad8ffc8e1982
    23 <!--* @package releases -->
    23 <!--* @package releases -->
    24 <project name="release" xmlns:hlm="http://www.nokia.com/helium">
    24 <project name="release" xmlns:hlm="http://www.nokia.com/helium">
    25     <description>
    25     <description>
    26         Release publising.
    26         Release publising.
    27     </description>
    27     </description>
       
    28 
       
    29     <import file="scm_release.ant.xml" />
       
    30     
       
    31     <!-- This is where the release build logs are stored.
       
    32     @type string
       
    33     @scope private
       
    34     -->
       
    35     <property name="release.log.dir" location="${build.log.dir}/release"/>       
       
    36     
    28     
    37     
    29     <!--* @property release.grace.service
    38     <!--* @property release.grace.service
    30     The Grace service used
    39     The Grace service used
    31     @type string
    40     @type string
    32     @editable required
    41     @editable required