sf-package/build.xml
changeset 1219 0fc9e31020ea
parent 1187 86025b85795b
child 1226 7c13417d5e31
equal deleted inserted replaced
1218:cf7f8806ba43 1219:0fc9e31020ea
    23       <arg value="sysdefdowngrade.pl"/>
    23       <arg value="sysdefdowngrade.pl"/>
    24       <arg value="--model=${build.drive}/${sf.spec.systemdefinition.location}"/>
    24       <arg value="--model=${build.drive}/${sf.spec.systemdefinition.location}"/>
    25       <arg value="--sources=${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
    25       <arg value="--sources=${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
    26     </exec>
    26     </exec>
    27     
    27     
    28     
    28     <!-- Moved from generate-layers -->
       
    29     <copy file="${build.drive}/output/build/canonical_system_definition_${sysdef.configuration}.xml" todir="${build.log.dir}/BOM/"/>
       
    30 
    29     <!-- helium 7+ should use new sf-package-compile target -->
    31     <!-- helium 7+ should use new sf-package-compile target -->
    30     <if>
    32     <if>
    31         <or>
    33         <or>
    32           <equals arg1="${helium.version}" arg2="7.0"/>
    34           <equals arg1="${helium.version}" arg2="7.0"/>
    33           <equals arg1="${last.major.helium.version}" arg2="7.0"/>
    35           <equals arg1="${last.major.helium.version}" arg2="7.0"/>