Fix: sf-diamondize-bom target is run twice
authorDario Sestito <darios@symbian.org>
Tue, 13 Jul 2010 11:43:21 +0100
changeset 1172 94015cd3cb74
parent 1171 460734e6c4be
child 1173 7659931b2194
Fix: sf-diamondize-bom target is run twice
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Mon Jul 12 16:03:08 2010 +0100
+++ b/common/build.postbuild.xml	Tue Jul 13 11:43:21 2010 +0100
@@ -804,7 +804,7 @@
         <available property="sf-utilities-available" file="${build.drive}/utilities" type="dir"/>
     </target>
 
-    <target name="sf-compare-to-baseline" depends="sf-diamondize-bom,sf-check-utilities-dir" if="sf-utilities-available">
+    <target name="sf-compare-to-baseline" depends="sf-check-utilities-dir" if="sf-utilities-available">
         <property name="sf.releasenotes.wiki.txt" value="${build.log.dir}/releaseNotes.wiki.txt"/>
         <delete file="${sf.releasenotes.wiki.txt}"/>
         <!-- FCL Usage and Changesets -->