build.xml
author Simon Howkins <simonh@symbian.org>
Wed, 15 Jul 2009 13:30:58 +0100
changeset 247 cfde8b1784f7
parent 20 19748fd5a5d0
child 325 779cc88ed845
permissions -rw-r--r--
Simplified the locations of some generated files, so they are created where they need to be rather than created on one place and moved to another. Zipping of binaries now assumes that there's always an rnd exclude file, as it is always created by populateziptemplate.pl, even if there's nothing put into it.

<?xml version="1.0" encoding="UTF-8"?>
<project name="SF-CONFIG">
  <!-- location of this config -->
  <dirname property="sf.config.dir" file="${ant.file.SF-CONFIG}"/>
  <property name="sf.project.location" value="${sf.config.dir}/../build/config"/>
  <property name="sf.project.name" value="job"/>
     
  <!-- import job properties -->
  <import file="${sf.project.location}/${sf.project.name}_props.ant.xml" />
  
  <!-- import project properties/targets/references -->
  <import file="sf-${sf.project.type}/build.xml" />
  
  <!-- import job references -->
  <import file="${sf.project.location}/${sf.project.name}_refs.ant.xml" />
  
</project>