buildframework/helium/tools/quality/conflict-checker.ant.xml
changeset 217 0f5e3a7fb6af
parent 179 d8ac696cc51f
child 628 7c4a911dc066
equal deleted inserted replaced
181:59bb7c4d6172 217:0f5e3a7fb6af
    18 
    18 
    19 Description:
    19 Description:
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
       
    23 <!--* @package quality -->
    23 <project name="quality.conflict-checker" xmlns:hlm="http://www.nokia.com/helium">
    24 <project name="quality.conflict-checker" xmlns:hlm="http://www.nokia.com/helium">
    24     <description>
    25     <description>
    25         Analyse the content created from two different components.
    26         Analyse the content created from two different components.
    26     </description>
    27     </description>
    27 
    28 
       
    29     <!-- Default name of the build duplicates log file.
       
    30     @type string
       
    31     @scope private
       
    32     -->
    28     <property name="build.duplicates.log" location="${temp.build.dir}/${build.id}_build_duplicates.xml" />
    33     <property name="build.duplicates.log" location="${temp.build.dir}/${build.id}_build_duplicates.xml" />
    29 
    34 
    30     <!--
    35     <!--
    31         This macro extract the list of files generated/exported several time from different component 
    36         This macro extract the list of files generated/exported several time from different component 
    32         during the build . It uses the output of "abld -what" commands to extract the information.
    37         during the build . It uses the output of "abld -what" commands to extract the information.