foundation/job_refs.ant.xml
author thomase
Tue, 23 Jun 2009 17:32:50 +0100
changeset 102 5a46a48ba14b
parent 39 578feeac0d7b
child 130 40c430068ab4
permissions -rw-r--r--
Updated the "foundation" project to catch up with latest up-to-date "clean" project: - up-to-date sources.csv and job props. - Split system models correspond to the "contributed" versions of the "clean" project. - The combined model is the result of the merge of the split models.

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