sf-platform/build.xml
changeset 804 4d736e733cd5
parent 785 cf98fb6a1da9
child 808 8f386eeff5ad
equal deleted inserted replaced
803:149bacdc9a45 804:4d736e733cd5
   493 	</target>
   493 	</target>
   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"/>
   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"/>
   499     <property name="sf.spec.s60.cenrep.export.location.2" value="/epoc32/rom/config/assets/s60"/>
   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>