sf-package/build.xml
author Shabe Razvi <shaber@symbian.org>
Tue, 19 May 2009 17:40:43 +0100
changeset 102 c2478fad90aa
parent 18 9f36ff790ea7
child 170 31922c5222d7
permissions -rw-r--r--
Fix populateziptemplate.pl to work with new repo structure

<?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}"/>
  
  <!-- import package properties -->
  <import file="${sf.package.config.dir}/package_props.ant.xml" />
  
  <!-- import common properties/targets/references -->
  <import file="../common/build.xml" />
  
  <!-- import package references -->
  <import file="${sf.package.config.dir}/package_refs.ant.xml" />
  
</project>