build.xml
author MattD <mattd@symbian.org>
Fri, 14 Aug 2009 13:57:01 +0100
changeset 353 43774ee61a20
parent 20 19748fd5a5d0
child 267 779cc88ed845
permissions -rw-r--r--
ATS testing on emulator - Renamed properties for lon-engbuild87, lon-engbuild89, and sym-build02 so they are the same as the machine name. Modified the TEMPDIR for c100726 so that it runs smoketests

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