Fix cenrep to run for both single and split model builds
authorShabe Razvi <shaber@symbian.org>
Wed, 15 Jul 2009 16:49:19 +0100
changeset 257 3e6009eec7ed
parent 256 83bd5e2c69a6
child 258 43d4995ff976
Fix cenrep to run for both single and split model builds
sf-platform/build.xml
--- a/sf-platform/build.xml	Tue Jul 14 17:49:29 2009 +0100
+++ b/sf-platform/build.xml	Wed Jul 15 16:49:19 2009 +0100
@@ -133,6 +133,8 @@
 	        <!-- TODO targets for single sysdef build -->
 	        <runtarget target="sf-os-compile"/>
 	   </else>
+       <!-- always run cenrep -->
+       <runtarget target="sf-s60-create-cenrep"/>
     </if>
   </target>
 
@@ -405,7 +407,6 @@
           			<reference refid="sf.spec.s60.system.definition.files" torefid="system.definition.files" />
     		</antcall>
 			
-			<runtarget target="sf-s60-create-cenrep"/>
 			
 			<antcall target="sf-list-dir" inheritAll="false">
 				<param name="sf.list.name" value="post-s60-build-main"/>