buildframework/helium/tools/integration/integration.ant.xml
changeset 179 d8ac696cc51f
parent 1 be27ed110b50
child 217 0f5e3a7fb6af
equal deleted inserted replaced
1:be27ed110b50 179:d8ac696cc51f
    19 Description:
    19 Description:
    20 
    20 
    21 ============================================================================
    21 ============================================================================
    22 -->
    22 -->
    23 <project name="integration" xmlns:hlm="http://www.nokia.com/helium">
    23 <project name="integration" xmlns:hlm="http://www.nokia.com/helium">
    24 
    24     <description>
       
    25         Targets related to integration
       
    26     </description>
    25     <!-- include overlay validation/merge tools -->    
    27     <!-- include overlay validation/merge tools -->    
    26     <import file="validate_overlay/validate_overlay.ant.xml" />
    28     <import file="validate_overlay/validate_overlay.ant.xml" />
    27 
       
    28     <!-- Template build, this is usefull if you want to generate automatically files for many products quickly. -->
       
    29     <import file="template-builder/template-builder.ant.xml" />
       
    30 
    29 
    31     <import file="patching.ant.xml" />
    30     <import file="patching.ant.xml" />
    32 
    31 
    33 </project>
    32 </project>