common/build.xml
changeset 5 9564faef3a98
parent 4 aca90ed0d6a6
child 6 8bbcf7b2218d
child 7 389e1e1f1583
equal deleted inserted replaced
4:aca90ed0d6a6 5:9564faef3a98
    21         
    21         
    22         <target name="sf-build-noprep">            
    22         <target name="sf-build-noprep">            
    23             <echo>[SF-BUILD-NO-PREP]</echo>
    23             <echo>[SF-BUILD-NO-PREP]</echo>
    24         </target>
    24         </target>
    25         
    25         
    26         <target name="sf-prep" depends="check-tool-dependencies, prep-drive,init-build-area,create-bom,log-build-env">
    26         <target name="sf-prep" depends="prep-drive,init-build-area,check-tool-dependencies,create-bom,log-build-env">
    27             <echo>[SF-PREP]</echo>   
    27             <echo>[SF-PREP]</echo>   
    28             <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/>
    28             <tempfile property="prep.dynamic.config" suffix="ant.xml" destdir="${temp.build.dir}"/>
    29         </target>
    29         </target>
    30         
    30         
    31       <target name="sf-prebuild"> 
    31       <target name="sf-prebuild">