Override Helium defaults for RVCT checks to allow winscw builds without RVCT
authorShabe Razvi <shaber@symbian.org>
Wed, 04 Nov 2009 11:35:53 +0000
changeset 737 12fc0aa86db9
parent 736 fc76166f3f5f
child 738 53abda826a9f
Override Helium defaults for RVCT checks to allow winscw builds without RVCT
build.xml
--- a/build.xml	Tue Nov 03 09:27:37 2009 +0000
+++ b/build.xml	Wed Nov 04 11:35:53 2009 +0000
@@ -10,6 +10,11 @@
   <!-- import job properties -->
   <import file="${sf.project.location}/${sf.project.name}_props.ant.xml" optional="yes"/>
   
+  <!-- Override Helium defaults to allow winscw builds without RVCT -->
+  <target name="check-env-arm-license"/>
+  <target name="get-arm-license"/>
+  <target name="set-arm-version"/>
+  
   <!-- set sf.spec.job.name and sf.spec.job.codeline if they are not specified in the project's job_props.ant.xml -->
   <path id="lib.path">
     <fileset dir="${helium.dir}/external/antlibs" includes="**/*.jar"/>