platform_foundationmodel/job_refs.ant.xml
author ShabeR@UK-SHABER
Thu, 09 Apr 2009 13:43:34 +0100
changeset 18 47a972d1b1b0
child 28 a5762c2265b2
permissions -rw-r--r--
Add foundation model based project

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