Move runtarget outside if conditional
authorShabe Razvi <shaber@symbian.org>
Wed, 15 Jul 2009 19:30:47 +0100
changeset 258 43d4995ff976
parent 257 3e6009eec7ed
child 259 6beec83e40d8
Move runtarget outside if conditional
sf-platform/build.xml
--- a/sf-platform/build.xml	Wed Jul 15 16:49:19 2009 +0100
+++ b/sf-platform/build.xml	Wed Jul 15 19:30:47 2009 +0100
@@ -133,9 +133,10 @@
 	        <!-- TODO targets for single sysdef build -->
 	        <runtarget target="sf-os-compile"/>
 	   </else>
+    </if>
        <!-- always run cenrep -->
        <runtarget target="sf-s60-create-cenrep"/>
-    </if>
+
   </target>
 
   <!--