build.xml
author MattD <mattd@symbian.org>
Wed, 12 Aug 2009 10:24:42 +0100
changeset 312 97c01977a87b
parent 20 19748fd5a5d0
child 325 779cc88ed845
permissions -rw-r--r--
source syncing ftl - Added 'sf.spec.sourcesync.archive' preference to do 'hg archive' instead of 'hg sync'. If set and the repo sync is s'posed to be synced by tag it still does the slower clone+update behaviour.

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