build.xml
changeset 18 9f36ff790ea7
parent 11 5a54277d3867
child 19 3bb3e0eff093
equal deleted inserted replaced
13:046dbf1ae2da 18:9f36ff790ea7
     1 <?xml version="1.0" encoding="UTF-8"?>
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <project name="SF-CONFIG">
     2 <project name="SF-CONFIG">
     3   <!-- location of this config -->
     3   <!-- location of this config -->
     4   <dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/>
     4   <dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/>
       
     5      
       
     6   <!-- import job properties -->
       
     7   <import file="${sf.config.dir}/../build/config/job_props.ant.xml" />
     5   
     8   
     6   <!--
     9   <!-- import project properties/targets/references -->
     7   * Property defaults
       
     8    -->
       
     9      
       
    10   <!-- load build type from config/ -->
       
    11   <import file="${sf.config.dir}/../build/config/project_spec.ant.xml" />
       
    12      
       
    13   <import file="sf-${sf.project.type}/build.xml" />
    10   <import file="sf-${sf.project.type}/build.xml" />
    14   
    11   
       
    12   <!-- import job references -->
       
    13   <import file="${sf.config.dir}/../build/config/job_refs.ant.xml" />
    15   
    14   
    16 </project>
    15 </project>