sf-package/build.xml
author dejianmeng@d070750.prod.ad.symbian.intra
Mon, 09 Mar 2009 15:42:02 +0000
changeset 11 5a54277d3867
parent 0 571f289c60b8
child 18 9f36ff790ea7
permissions -rw-r--r--
Enabled sf properties: sf.baseline.location and sf.baseline.getenv_options

<?xml version="1.0" encoding="UTF-8"?>
<project name="SF-PACKAGE-CONFIG">
  <!-- location of this config -->
  <dirname property="sf.package.config.dir" file="${ant.file.SF-PACKAGE-CONFIG}"/>
  
  <!--
  * Property defaults
   -->

  <!--
  
  * Load package specific properties. Mandatory that this file exists otherwise
  * the target will fail.
  
   -->
  <!-- import properties/spec for this type of build -->
  <loadproperties srcFile="${sf.package.config.dir}/package.properties"/>
  <import file="${sf.package.config.dir}/package_spec.ant.xml" />
  
  <!-- import common config -->
  <import file="../common/build.xml" />
  
</project>