symbian3/micro/job_refs.ant.xml
author Dario Sestito <darios@symbian.org>
Fri, 12 Nov 2010 14:34:13 +0000
changeset 936 7691d51d6062
parent 245 22f217097441
permissions -rw-r--r--
Add auto generated symbian3 system model (packages@5759869d8f8b)
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>