sf-package/build.xml
author dariosestito@L063522.prod.ad.symbian.intra
Mon, 30 Mar 2009 13:17:02 +0100
changeset 42 b6e2360f1ab4
parent 18 9f36ff790ea7
child 170 31922c5222d7
permissions -rw-r--r--
Tag level should be "normal" otherwise the tags are not copied to the original repo

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