common/templates/source-spec.ant.xml.ftl
changeset 51 5a4e58cd750c
parent 50 bc5aff47cabb
child 52 4db6721a5a24
equal deleted inserted replaced
50:bc5aff47cabb 51:5a4e58cd750c
    31             <exec executable="hg" dir="${ant['build.drive']}${pkg_detail.dst}" outputproperty="sf.sourcesync.${count}.rev">
    31             <exec executable="hg" dir="${ant['build.drive']}${pkg_detail.dst}" outputproperty="sf.sourcesync.${count}.rev">
    32                 <arg value="identify"/>
    32                 <arg value="identify"/>
    33                 <arg value="-i"/>
    33                 <arg value="-i"/>
    34             </exec>
    34             </exec>
    35             <echo message="dir ${ant['build.drive']}${pkg_detail.dst} : revision ${dollar}{sf.sourcesync.${count}.rev}"/>
    35             <echo message="dir ${ant['build.drive']}${pkg_detail.dst} : revision ${dollar}{sf.sourcesync.${count}.rev}"/>
    36             <exec executable="cmd" dir="${ant['build.drive']}/output/BOM" output="sources.csv" append="true">
    36             <exec executable="cmd" output="${ant['build.drive']}/output/BOM/sources.csv" append="true">
    37                 <arg value="/c"/>
    37                 <arg value="/c"/>
    38                 <arg value="echo"/>
    38                 <arg value="echo"/>
    39                 <arg value="${pkg_detail.source},${pkg_detail.dst},${dollar}{sf.sourcesync.${count}.rev}"/>
    39                 <arg value="${pkg_detail.source},${pkg_detail.dst},${dollar}{sf.sourcesync.${count}.rev}"/>
    40             </exec>
    40             </exec>
    41         
    41