buildframework/helium/tools/compile/coverity.ant.xml
changeset 587 85df38eb4012
parent 217 0f5e3a7fb6af
child 628 7c4a911dc066
equal deleted inserted replaced
217:0f5e3a7fb6af 587:85df38eb4012
    24     <description>
    24     <description>
    25         code-coverity measure.
    25         code-coverity measure.
    26     </description>
    26     </description>
    27     
    27     
    28     <!-- Coverity property declaration and types defination-->
    28     <!-- Coverity property declaration and types defination-->
       
    29     <!--* @property enabled.coverity
       
    30     Value must be set to execute coverity targets.
       
    31     @type boolean
       
    32     @editable required
       
    33     @scope public
       
    34     -->
       
    35     <!--* @property run.coverity
       
    36     Value will be set to if enabled.coverity set tot true.
       
    37     @type string
       
    38     @scope private
       
    39     -->
    29     <!-- coverity output directory location
    40     <!-- coverity output directory location
    30     @type string
    41     @type string
    31     @scope private
    42     @scope private
    32     -->
    43     -->
    33     <property name="coverity.output.dir" location="${build.output.dir}/coverity"/>
    44     <property name="coverity.output.dir" location="${build.output.dir}/coverity"/>