sf-package/build.xml
author ThomasE@UK-ThomasE.symbian.int
Wed, 13 May 2009 17:39:47 +0100
changeset 96 d9f19d792d0c
parent 18 9f36ff790ea7
child 170 31922c5222d7
permissions -rw-r--r--
Fixed "zip.cfg.xml.ftl.template" to use "oss" and not "epl" in the configuration name.

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