build.xml
changeset 11 5a54277d3867
parent 2 b55de085507d
child 14 d40c87fa5c20
child 18 9f36ff790ea7
equal deleted inserted replaced
9:29394d95b3e1 11:5a54277d3867
     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/project_spec.xml" />
    11   <import file="${sf.config.dir}/../build/config/project_spec.ant.xml" />
    12      
    12      
    13   <import file="sf-${sf.project.type}/build.xml" />
    13   <import file="sf-${sf.project.type}/build.xml" />
    14   
    14   
    15   
    15   
    16 </project>
    16 </project>