common/templates/source-spec.ant.xml.ftl
changeset 48 758d416f5872
parent 47 d835e951a925
child 49 8535c19456ea
equal deleted inserted replaced
47:d835e951a925 48:758d416f5872
    33             <!-- record info on sf-config repo/rev -->
    33             <!-- record info on sf-config repo/rev -->
    34             <exec executable="hg" dir="${ant['build.drive']}${pkg_detail.dst}" outputproperty="sf.sourcesync.${count}.rev">
    34             <exec executable="hg" dir="${ant['build.drive']}${pkg_detail.dst}" outputproperty="sf.sourcesync.${count}.rev">
    35                 <arg value="identify"/>
    35                 <arg value="identify"/>
    36                 <arg value="-i"/>
    36                 <arg value="-i"/>
    37             </exec>
    37             </exec>
    38             <echo message="dir ${ant['build.drive']}${pkg_detail.dst} : revision ${sf.sourcesync.${count}.rev}"/>
    38             <echo message="dir ${ant['build.drive']}${pkg_detail.dst} : revision ${dollar}{sf.sourcesync.${count}.rev}"/>
    39             <exec executable="cmd" dir="${ant['build.drive']}/output/BOM" output="sources.csv" append="true">
    39             <exec executable="cmd" dir="${ant['build.drive']}/output/BOM" output="sources.csv" append="true">
    40                 <arg value="/c"/>
    40                 <arg value="/c"/>
    41                 <arg value="echo"/>
    41                 <arg value="echo"/>
    42                 <arg value="${pkg_detail.source},${pkg_detail.dst},${sf.sourcesync.${count}.rev}"/>
    42                 <arg value="${pkg_detail.source},${pkg_detail.dst},${dollar}{sf.sourcesync.${count}.rev}"/>
    43             </exec>
    43             </exec>
    44         
    44         
    45         </sequential>
    45         </sequential>
    46     </target>
    46     </target>
    47     <#assign fileset = "${fileset}" + "<fileset dir=\"${ant['build.drive']}${pkg_detail.dst}\" includes=\"${pkg_detail.pattern}\"/>" />
    47     <#assign fileset = "${fileset}" + "<fileset dir=\"${ant['build.drive']}${pkg_detail.dst}\" includes=\"${pkg_detail.pattern}\"/>" />