build.xml
changeset 1110 488afbbbaebd
parent 1097 561033b10e0f
equal deleted inserted replaced
1109:befa266a0393 1110:488afbbbaebd
    16   <import file="${helium.dir}/helium_preinclude.ant.xml"/>
    16   <import file="${helium.dir}/helium_preinclude.ant.xml"/>
    17    
    17    
    18   <!-- import job properties -->
    18   <!-- import job properties -->
    19   <if><isfalse value="${sf.production.build}"/>
    19   <if><isfalse value="${sf.production.build}"/>
    20     <then>
    20     <then>
    21       <echo message="INFO Using Public properties defined in ${sf.project.location}/public_override_props.ant.xml"/>
    21       <if><available file="${sf.project.location}/public_override_props.ant.xml"/>
    22       <import file="${sf.project.location}/public_override_props.ant.xml" optional="yes"/>
    22       <then>
       
    23           <echo message="INFO Using Public properties defined in ${sf.project.location}/public_override_props.ant.xml"/>
       
    24           <import file="${sf.project.location}/public_override_props.ant.xml" optional="yes"/>
       
    25       </then>
       
    26       </if>
    23     </then>
    27     </then>
    24   </if>
    28   </if>
    25   <import file="${sf.project.location}/${sf.project.name}_props.ant.xml" optional="yes"/>
    29   <import file="${sf.project.location}/${sf.project.name}_props.ant.xml" optional="yes"/>
    26   
    30   
    27   <!-- set sf.spec.job.name and sf.spec.job.codeline if they are not specified in the project's job_props.ant.xml -->
    31   <!-- set sf.spec.job.name and sf.spec.job.codeline if they are not specified in the project's job_props.ant.xml -->