Skip armcc licence checking
authorShabe Razvi <shaber@symbian.org>
Thu, 01 Oct 2009 19:31:32 +0100
changeset 558 e103dd5a90d5
parent 555 499a0581085d
child 559 6f2b69218788
Skip armcc licence checking
build.xml
--- a/build.xml	Thu Oct 01 14:54:20 2009 +0100
+++ b/build.xml	Thu Oct 01 19:31:32 2009 +0100
@@ -6,7 +6,11 @@
   <property name="sf.subproject.path" value=""/>
   <property name="sf.project.location" value="${sf.config.dir}/../build/config/${sf.subproject.path}"/>
   <property name="sf.project.name" value="job"/>
-     
+   
+  <target name="set-arm-version"/>
+  <target name="check-env-arm-license"/>
+  <target name="get-arm-license"/>
+  
   <!-- import job properties -->
   <import file="${sf.project.location}/${sf.project.name}_props.ant.xml" optional="yes"/>