common/templates/source-spec.ant.xml.ftl
changeset 56 68c06bb4fbe2
parent 53 e782ed26b791
child 58 f5faa19dd3ed
--- a/common/templates/source-spec.ant.xml.ftl	Wed Apr 08 16:20:10 2009 +0100
+++ b/common/templates/source-spec.ant.xml.ftl	Thu Apr 09 11:14:30 2009 +0100
@@ -6,6 +6,7 @@
 <#assign dollar = "$"/>
 <#assign count = 0 />
 
+    <!-- remove previous version of BOM file (if exists)  -->
     <target name="reset-bom-sources-csv">
         <delete file="${ant['build.drive']}/output/BOM/sources.csv" quiet="true"/>
     </target>
@@ -28,7 +29,7 @@
                 </hlm:update>
             </hlm:scm>
             
-            <!-- record info on source code repo/rev -->
+            <!-- record info on source code repo/rev in BOM file  -->
             <exec executable="hg" dir="${ant['build.drive']}${pkg_detail.dst}" outputproperty="sf.sourcesync.${count}.rev">
                 <arg value="identify"/>
                 <arg value="-i"/>