Fix location of truclean script
authorShabe Razvi <shaber@symbian.org>
Wed, 02 Jun 2010 18:28:09 +0100
changeset 1053 48c4655ae39e
parent 1052 401ecaf0a844
child 1054 ce815f03e964
Fix location of truclean script
common/templates/truclean.ant.xml.ftl
--- a/common/templates/truclean.ant.xml.ftl	Tue Jun 01 17:25:25 2010 +0100
+++ b/common/templates/truclean.ant.xml.ftl	Wed Jun 02 18:28:09 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['sf.common.config.dir']}/tools/raptor/truclean.pl"/>
+        <arg value="${ant['build.drive']}/utilities/truclean.pl"/>
         <arg value="--packageexpr=${dollar}{package}"/>
         <arg value="--releaseablesdir=${ant['build.drive']}/build_info/logs/releaseables"/>
       </exec>