symbian3/micro/job_refs.ant.xml
author William Roberts <williamr@symbian.org>
Fri, 24 Sep 2010 15:25:44 +0100
changeset 859 2a19ca8cf297
parent 245 22f217097441
permissions -rw-r--r--
New sources_proposed.csv which uses S4_PROPOSED for everything except fbf\utilities
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
245
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     1
<?xml version="1.0"?>
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     2
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     3
<project name="SF-JOB-REFS">
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     4
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     5
<!-- For a combined model GT+S60, sf.spec.os.system.definition.files must be used -->
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     6
<path id="sf.spec.os.system.definition.files">
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     7
    <fileset dir="${sf.project.location}/" casesensitive="false">
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     8
            <include name="sysdefs/system_model.xml" />
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
     9
    </fileset>
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    10
 </path>
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    11
  
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    12
  <path id="sf.spec.s60.system.definition.files">
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    13
	<fileset dir="${sf.project.location}/" casesensitive="false">
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    14
			<include name="sysdefs/system_model_s60.xml" />
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    15
	</fileset>
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    16
  </path>   
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    17
    
22f217097441 Created micro configuration for Symbian^3
Simon Howkins <simonh@symbian.org>
parents:
diff changeset
    18
 </project>