sf-platform/build.xml
changeset 1079 6677e2cb0850
parent 933 b1c372bfef95
child 1080 35aea233d3f7
equal deleted inserted replaced
1078:551e851f4b49 1079:6677e2cb0850
   126         <replaceregex pattern="mrp=&quot;adaptation" replace="mrp=&quot;/sf/adaptation" flags="gi"/>
   126         <replaceregex pattern="mrp=&quot;adaptation" replace="mrp=&quot;/sf/adaptation" flags="gi"/>
   127         <expandproperties/>
   127         <expandproperties/>
   128       </filterchain>
   128       </filterchain>
   129     </copy>
   129     </copy>
   130 
   130 
       
   131     <!-- Now also break up the system definition into a set of package definitions that it corresponds to -->
       
   132     <exec executable="perl.exe">
       
   133         <arg value="${sf.common.config.dir}/tools/split_sysdef.pl"/>
       
   134         <arg value="--sysdef=${canonical.sysdef.file}"/>
       
   135         <arg value="--outdir=${build.log.dir}/BOM/package_definitions"/>
       
   136     </exec>
       
   137 
   131  </target>
   138  </target>
   132 
   139 
   133   <!--
   140   <!--
   134     == Name: SF-COMPILE
   141     == Name: SF-COMPILE
   135     ==
   142     ==
   138     ==
   145     ==
   139     ==       os  build will be skipped if sf.spec.os.skipbuild=true
   146     ==       os  build will be skipped if sf.spec.os.skipbuild=true
   140     ==       s60 build will be skipped if sf.spec.s60.skipbuild=true
   147     ==       s60 build will be skipped if sf.spec.s60.skipbuild=true
   141     ==
   148     ==
   142     -->
   149     -->
   143     <target name="sf-compile">
   150   <target name="sf-compile">
   144     <stopwatch name="sf-compile"/>
   151     <stopwatch name="sf-compile"/>
   145 
   152 
   146     <!-- TODO clean up to single target once genxml v2.0.0 merge is fixed -->
   153     <!-- TODO clean up to single target once genxml v2.0.0 merge is fixed -->
   147     <if><istrue value="${sf.spec.splitbuild}"/>
   154     <if><istrue value="${sf.spec.splitbuild}"/>
   148       <then>
   155       <then>