platform_hg/job_refs.ant.xml
author ShabeR@UK-SHABER
Thu, 09 Apr 2009 13:46:56 +0100
changeset 20 bf60c880fd59
parent 16 f2191cc40888
permissions -rw-r--r--
Use updated foundation system definition

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