Remove duplicate analysis-ant call PDK_2.0.3
authorShabe Razvi <shaber@symbian.org>
Tue, 21 Sep 2010 16:22:39 +0100
changeset 1265 85e3fec18491
parent 1264 cdda4a9d1d16
child 1268 b69afcf5d763
child 1290 7fa08dafc6b9
Remove duplicate analysis-ant call
common/build.postbuild.xml
--- a/common/build.postbuild.xml	Tue Sep 21 13:09:28 2010 +0100
+++ b/common/build.postbuild.xml	Tue Sep 21 16:22:39 2010 +0100
@@ -555,12 +555,12 @@
         <mkdir dir="${build.log.dir}/analysis"/>
         <parallel>
           <runtarget target="sf-run-analysis-ant"/>
+
           <if><istrue value="${sf.spec.analysis.depends.enable}"/>
           <then>
               <runtarget target="sf-run-analysis-depends"/>
           </then>
           </if>
-          <runtarget target="sf-run-analysis-ant"/>
 
           <runtarget target="sf-run-analysis-raptor"/>
           <runtarget target="sf-run-analysis-yarp"/>
@@ -752,10 +752,9 @@
     <target name="sf-run-analysis-depends">
 
       <for param="binary" parallel="true" threadCount="${env.NUMBER_OF_PROCESSORS}">
-
-        <fileset dir="${build.drive}/epoc32/release/winscw/udeb">
-            <filename name="*.dll"/>
-            <filename name="*.exe"/>
+        <fileset dir="${build.drive}/epoc32/release/winscw/udeb" casesensitive="false">
+            <include name="*.dll"/>
+            <include name="*.exe"/>
         </fileset>
 
         <sequential>