Pick correct truclean.pl from the myriad of available ones
authorShabe Razvi <shaber@symbian.org>
Thu, 03 Jun 2010 11:17:14 +0100
changeset 1054 ce815f03e964
parent 1053 48c4655ae39e
child 1055 d3c5525768c5
Pick correct truclean.pl from the myriad of available ones
common/templates/truclean.ant.xml.ftl
--- a/common/templates/truclean.ant.xml.ftl	Wed Jun 02 18:28:09 2010 +0100
+++ b/common/templates/truclean.ant.xml.ftl	Thu Jun 03 11:17:14 2010 +0100
@@ -13,7 +13,7 @@
     <propertyregex override="yes" property="package"  input="${pkg_detail.dst}" regexp=".*sf[\\\/]([^\\^\/]+)[\\\/]([^\\^\/]+)" replace="\1/\2"/>
     <echo message="Calling truclean script for package ${dollar}{package}"/>
       <exec executable="perl" dir="${ant['build.drive']}/" failonerror="false" output="${ant['build.log.dir']}/truclean.log">
-        <arg value="${ant['build.drive']}/utilities/truclean.pl"/>
+        <arg value="${ant['build.drive']}/utilities/uh_parser/truclean.pl"/>
         <arg value="--packageexpr=${dollar}{package}"/>
         <arg value="--releaseablesdir=${ant['build.drive']}/build_info/logs/releaseables"/>
       </exec>