clean/job_refs.ant.xml
author thomase@UK-ThomasE.symbian.int
Wed, 27 May 2009 16:36:09 +0100
changeset 73 adf2a2f90447
parent 56 5dec2d87fa56
permissions -rw-r--r--
Added system_model_os_contributed: updated to have an accurate version of schema 2.0.1. It could be now properly digested by svg tools to create a graphical representation of the OS.

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