platform_updated/job_refs.ant.xml
author Simon Howkins <simonh@symbian.org>
Tue, 21 Apr 2009 13:50:28 +0100
changeset 27 aa51b44f83c0
child 32 6c82ec6c2cb9
permissions -rw-r--r--
New dir for a platform project which builds from FCLs (where present). (FCLs have updated content from wk16 interim drop.)

<?xml version="1.0"?>

<project name="SF-JOB-REFS">
    
<path id="sf.spec.os.system.definition.files">
    <fileset dir="${sf.project.location}/" casesensitive="false">
            <include name="sysdefs/system_definition.xml" />
    </fileset>
 </path>
  
  <path id="sf.spec.s60.system.definition.files">
        <fileset dir="${sf.project.location}\sysdefs\" includes="S60_*.xml"/>
  </path>   
    
 </project>