sf-package/build.xml
author shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
Wed, 11 Mar 2009 13:52:38 +0000
changeset 17 c677077df18c
parent 11 5a54277d3867
child 18 9f36ff790ea7
permissions -rw-r--r--
Fix FMPP template to allow multiple repositories

<?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>