symbian3/split/job_refs.ant.xml
author MattD <mattd@symbian.org>
Wed, 02 Sep 2009 15:49:59 +0100
changeset 185 c9c7a9d16242
parent 176 676cece1b361
permissions -rw-r--r--
Fixed missing field in symbian^3 split sources.csv - same fix as this one by Shabe -> 8d131aa9c532 Fix missing field in split 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_model_os.xml" />
    </fileset>
 </path>
  
  <path id="sf.spec.s60.system.definition.files">
<!--        <fileset dir="${sf.project.location}\sysdefs\" includes="S60_*.xml"/> -->
	<fileset dir="${sf.project.location}/" casesensitive="false">
			<include name="sysdefs/system_model_s60.xml" />
	</fileset>
  </path>   
    
 </project>