symbian3/split/job_refs.ant.xml
author MattD <mattd@symbian.org>
Thu, 22 Oct 2009 15:14:19 +0100
changeset 273 614de7c9ab1c
parent 176 676cece1b361
permissions -rw-r--r--
Symbian^3 split sources_fcl.csv - added missing slash to the location of 'gsprofilesrv', as it causes the caching to fail with the current buildmachine repo caching script.

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