sf-package/build.xml
changeset 11 5a54277d3867
parent 0 571f289c60b8
child 18 9f36ff790ea7
equal deleted inserted replaced
9:29394d95b3e1 11:5a54277d3867
    11   
    11   
    12   * Load package specific properties. Mandatory that this file exists otherwise
    12   * Load package specific properties. Mandatory that this file exists otherwise
    13   * the target will fail.
    13   * the target will fail.
    14   
    14   
    15    -->
    15    -->
       
    16   <!-- import properties/spec for this type of build -->
    16   <loadproperties srcFile="${sf.package.config.dir}/package.properties"/>
    17   <loadproperties srcFile="${sf.package.config.dir}/package.properties"/>
       
    18   <import file="${sf.package.config.dir}/package_spec.ant.xml" />
    17   
    19   
    18   
    20   <!-- import common config -->
    19   
       
    20   
       
    21   
       
    22   
       
    23   <!-- import sf-common-config -->
       
    24   <import file="../common/build.xml" />
    21   <import file="../common/build.xml" />
    25   
    22   
    26 </project>
    23 </project>
    27 
    24