buildframework/helium/config/diamonds_config.xml.ftl
changeset 620 ad8ffc8e1982
parent 588 c7c26511138f
equal deleted inserted replaced
585:238f4cb8391f 620:ad8ffc8e1982
    47     <targets>
    47     <targets>
    48         <target name="diamonds" template-file="tool.xml.ftl" 
    48         <target name="diamonds" template-file="tool.xml.ftl" 
    49             logfile="${ant['temp.build.dir']}/build/doc/ivy/tool-dependencies-${ant['build.type']}.xml" ant-properties="true"/>        
    49             logfile="${ant['temp.build.dir']}/build/doc/ivy/tool-dependencies-${ant['build.type']}.xml" ant-properties="true"/>        
    50 
    50 
    51         <target name="compile-main" />
    51         <target name="compile-main" />
       
    52         
       
    53         <target name="build-roms" />
    52             
    54             
    53         <target name="ido-codescanner" template-file="codescanner.xml.ftl"
    55         <target name="ido-codescanner" template-file="codescanner.xml.ftl"
    54             logfile="${ant['ido.codescanner.output.dir']}/problemIndex.xml"/>
    56             logfile="${ant['ido.codescanner.output.dir']}/problemIndex.xml"/>
    55 
    57 
    56         <!-- if no logfile provided, looks for xml file to send 
    58         <!-- if no logfile provided, looks for xml file to send 
    74         <!-- defer will store all the converted output file and sends only if there any other
    76         <!-- defer will store all the converted output file and sends only if there any other
    75             stage / target starts to send some data to diamonds -->
    77             stage / target starts to send some data to diamonds -->
    76         <target name="check-tool-dependencies" template-file="tool.xml.ftl" 
    78         <target name="check-tool-dependencies" template-file="tool.xml.ftl" 
    77             logfile="${ant['temp.build.dir']}/build/doc/ivy/tool-dependencies-${ant['build.type']}.xml" ant-properties="true"
    79             logfile="${ant['temp.build.dir']}/build/doc/ivy/tool-dependencies-${ant['build.type']}.xml" ant-properties="true"
    78             defer="true"/>
    80             defer="true"/>
       
    81             
       
    82         <target name="cmt-generate-diamond-summary"/>
       
    83         
    79     </targets>
    84     </targets>
    80 </logger>
    85 </logger>
    81 </configuration>
    86 </configuration>