build.xml
changeset 737 12fc0aa86db9
parent 698 382728cd25d2
child 899 d80a65072ed8
equal deleted inserted replaced
736:fc76166f3f5f 737:12fc0aa86db9
     7   <property name="sf.project.location" value="${sf.config.dir}/../build/config/${sf.subproject.path}"/>
     7   <property name="sf.project.location" value="${sf.config.dir}/../build/config/${sf.subproject.path}"/>
     8   <property name="sf.project.name" value="job"/>
     8   <property name="sf.project.name" value="job"/>
     9   
     9   
    10   <!-- import job properties -->
    10   <!-- import job properties -->
    11   <import file="${sf.project.location}/${sf.project.name}_props.ant.xml" optional="yes"/>
    11   <import file="${sf.project.location}/${sf.project.name}_props.ant.xml" optional="yes"/>
       
    12   
       
    13   <!-- Override Helium defaults to allow winscw builds without RVCT -->
       
    14   <target name="check-env-arm-license"/>
       
    15   <target name="get-arm-license"/>
       
    16   <target name="set-arm-version"/>
    12   
    17   
    13   <!-- set sf.spec.job.name and sf.spec.job.codeline if they are not specified in the project's job_props.ant.xml -->
    18   <!-- set sf.spec.job.name and sf.spec.job.codeline if they are not specified in the project's job_props.ant.xml -->
    14   <path id="lib.path">
    19   <path id="lib.path">
    15     <fileset dir="${helium.dir}/external/antlibs" includes="**/*.jar"/>
    20     <fileset dir="${helium.dir}/external/antlibs" includes="**/*.jar"/>
    16   </path>
    21   </path>