build.xml
changeset 2 b55de085507d
parent 1 5ed4e1aba7ef
child 11 5a54277d3867
equal deleted inserted replaced
1:5ed4e1aba7ef 2:b55de085507d
     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   
     5   
     6   <!--
     6   <!--
     7   * Property defaults 
     7   * Property defaults
     8    -->
     8    -->
     9      
     9      
    10   <!-- load build type from config/ -->
    10   <!-- load build type from config/ -->
    11   <import file="${sf.config.dir}/../build/config/pfconfig.xml" />
    11   <import file="${sf.config.dir}/../build/config/project_spec.xml" />
    12      
    12      
    13   <import file="sf-${sf.build.type}/build.xml" />
    13   <import file="sf-${sf.project.type}/build.xml" />
    14   
    14   
    15   
    15   
    16 </project>
    16 </project>
    17