platform/job_refs.ant.xml
author shaberazvi@LON-ENGBUILD88.prod.ad.symbian.intra
Fri, 27 Mar 2009 13:22:45 +0000
changeset 15 25f3e1fd8089
permissions -rw-r--r--
Add platform spec and associated sysdefs

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