common/templates/source-spec.ant.xml.ftl
changeset 50 bc5aff47cabb
parent 49 8535c19456ea
child 51 5a4e58cd750c
equal deleted inserted replaced
49:8535c19456ea 50:bc5aff47cabb
    25                         <hlm:tagSet refid="hg.tags.id${dollar}{refid}" />
    25                         <hlm:tagSet refid="hg.tags.id${dollar}{refid}" />
    26                     </hlm:latestTag>
    26                     </hlm:latestTag>
    27                 </hlm:update>
    27                 </hlm:update>
    28             </hlm:scm>
    28             </hlm:scm>
    29             
    29             
    30             <!-- record info on sf-config repo/rev -->
    30             <!-- record info on source code repo/rev -->
    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}"/>