common/build.xml
changeset 1045 d822afc3c044
parent 1008 5600a84475d7
child 1055 d3c5525768c5
equal deleted inserted replaced
1044:0f6ffc604b5c 1045:d822afc3c044
   335     <target name="sf-get-utils">
   335     <target name="sf-get-utils">
   336     	<stopwatch name="sf-get-utils"/>
   336     	<stopwatch name="sf-get-utils"/>
   337         <echo message="Cloning utilities repository to ${build.drive}/utilities"/>
   337         <echo message="Cloning utilities repository to ${build.drive}/utilities"/>
   338         <exec executable="hg">
   338         <exec executable="hg">
   339             <arg value="clone"/>
   339             <arg value="clone"/>
   340             <arg value="-rdefault"/>
   340             <arg value="--updaterev"/>
       
   341             <arg value="default"/>
   341             <arg value="http://developer.symbian.org/oss/MCL/sftools/fbf/utilities"/>
   342             <arg value="http://developer.symbian.org/oss/MCL/sftools/fbf/utilities"/>
   342             <arg value="${build.drive}/utilities"/>
   343             <arg value="${build.drive}/utilities"/>
   343         </exec>
   344         </exec>
   344     	<stopwatch name="sf-get-utils" action="elapsed"/>
   345     	<stopwatch name="sf-get-utils" action="elapsed"/>
   345     </target>
   346     </target>