sf-platform/build.xml
changeset 808 8f386eeff5ad
parent 804 4d736e733cd5
child 816 4fbec78cd97f
equal deleted inserted replaced
807:194ddb729c09 808:8f386eeff5ad
   494 
   494 
   495 	<target name="sf-s60-create-cenrep">
   495 	<target name="sf-s60-create-cenrep">
   496     <echo message="INFO Generating CenRep"/>
   496     <echo message="INFO Generating CenRep"/>
   497     <echo message="Move 'sf.spec.s60.cenrep.export.location' out of the build..."/>
   497     <echo message="Move 'sf.spec.s60.cenrep.export.location' out of the build..."/>
   498     <property name="sf.spec.s60.cenrep.export.location.1" value="/epoc32/rom/config/confml_data/s60"/>
   498     <property name="sf.spec.s60.cenrep.export.location.1" value="/epoc32/rom/config/confml_data/s60"/>
   499     <property name="sf.spec.s60.cenrep.export.location.2" value="/epoc32/rom/config/assets/s60"/>
   499     <property name="sf.spec.s60.cenrep.export.location.2" value="/epoc32/rom/config/assets"/>
   500 
   500 
   501 		<if><available file="${build.drive}/${sf.spec.s60.cenrep.export.location.1}" type="dir"/>
   501 		<if><available file="${build.drive}/${sf.spec.s60.cenrep.export.location.1}" type="dir"/>
   502   		<then>
   502   		<then>
   503     		<property name="sf.spec.s60.cenrep.export.location" value="${sf.spec.s60.cenrep.export.location.1}"/>
   503     		<property name="sf.spec.s60.cenrep.export.location" value="${sf.spec.s60.cenrep.export.location.1}"/>
   504       </then>
   504       </then>