platform_updated/job_refs.ant.xml
changeset 32 6c82ec6c2cb9
parent 27 aa51b44f83c0
equal deleted inserted replaced
31:2864b2f562d9 32:6c82ec6c2cb9
     2 
     2 
     3 <project name="SF-JOB-REFS">
     3 <project name="SF-JOB-REFS">
     4     
     4     
     5 <path id="sf.spec.os.system.definition.files">
     5 <path id="sf.spec.os.system.definition.files">
     6     <fileset dir="${sf.project.location}/" casesensitive="false">
     6     <fileset dir="${sf.project.location}/" casesensitive="false">
     7             <include name="sysdefs/system_definition.xml" />
     7             <include name="sysdefs/system_model_os.xml" />
     8     </fileset>
     8     </fileset>
     9  </path>
     9  </path>
    10   
    10   
    11   <path id="sf.spec.s60.system.definition.files">
    11   <path id="sf.spec.s60.system.definition.files">
    12         <fileset dir="${sf.project.location}\sysdefs\" includes="S60_*.xml"/>
    12 <!--        <fileset dir="${sf.project.location}\sysdefs\" includes="S60_*.xml"/> -->
       
    13 	<fileset dir="${sf.project.location}/" casesensitive="false">
       
    14 			<include name="sysdefs/system_model_s60.xml" />
       
    15 	</fileset>
    13   </path>   
    16   </path>   
    14     
    17     
    15  </project>
    18  </project>