sf-platform/build.xml
changeset 67 69c57a9ccb7d
parent 66 ddfb6b8da4b4
child 69 c933fe776713
equal deleted inserted replaced
66:ddfb6b8da4b4 67:69c57a9ccb7d
    37             <copy file="${build.output.dir}\build\input\*_system_model_s60.xml"
    37             <copy file="${build.output.dir}\build\input\*_system_model_s60.xml"
    38             tofile="${canonical.sysdef.file}" failonerror="false" verbose="true"/>
    38             tofile="${canonical.sysdef.file}" failonerror="false" verbose="true"/>
    39 	   </else>
    39 	   </else>
    40 	   </if>
    40 	   </if>
    41 	   </then>
    41 	   </then>
    42 	   <else>
    42 	</if>
    43 	        <!-- TODO use better method to export or wait for GenXML fix?-->
    43 	<else>
    44             <copy file="${build.output.dir}\build\input\*_system_model_os.xml"
    44 	    <!-- TODO use better method to export or wait for GenXML fix?-->
    45             tofile="${canonical.sysdef.file}" failonerror="false" verbose="true"/>
    45         <copy file="${build.output.dir}\build\input\*_system_model_os.xml"
    46 
    46         tofile="${canonical.sysdef.file}" failonerror="false" verbose="true"/>
    47 	        <!-- TODO targets for single sysdef build -->
    47 
    48 	        <runtarget target="sf-os-compile"/>
    48 	    <!-- TODO targets for single sysdef build -->
    49 	   </else>
    49 	    <runtarget target="sf-os-compile"/>
       
    50 	</else>
    50 
    51 
    51 
    52 
    52   </target>
    53   </target>
    53 
    54 
    54   <!--
    55   <!--