sf-package/build.xml
changeset 0 571f289c60b8
child 11 5a54277d3867
equal deleted inserted replaced
-1:000000000000 0:571f289c60b8
       
     1 <?xml version="1.0" encoding="UTF-8"?>
       
     2 <project name="SF-PACKAGE-CONFIG">
       
     3   <!-- location of this config -->
       
     4   <dirname property="sf.package.config.dir" file="${ant.file.SF-PACKAGE-CONFIG}"/>
       
     5   
       
     6   <!--
       
     7   * Property defaults
       
     8    -->
       
     9 
       
    10   <!--
       
    11   
       
    12   * Load package specific properties. Mandatory that this file exists otherwise
       
    13   * the target will fail.
       
    14   
       
    15    -->
       
    16   <loadproperties srcFile="${sf.package.config.dir}/package.properties"/>
       
    17   
       
    18   
       
    19   
       
    20   
       
    21   
       
    22   
       
    23   <!-- import sf-common-config -->
       
    24   <import file="../common/build.xml" />
       
    25   
       
    26 </project>
       
    27