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