equal
deleted
inserted
replaced
420 <!-- Collate the system definition from the packages listed in sources.csv --> |
420 <!-- Collate the system definition from the packages listed in sources.csv --> |
421 <echo message="Building system model from ${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/> |
421 <echo message="Building system model from ${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/> |
422 <exec executable="perl" dir="${build.drive}/" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true" failonerror="true"> |
422 <exec executable="perl" dir="${build.drive}/" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true" failonerror="true"> |
423 <arg value="${sf.common.config.dir}/tools/csvToSysDef.pl"/> |
423 <arg value="${sf.common.config.dir}/tools/csvToSysDef.pl"/> |
424 <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/> |
424 <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/> |
425 <arg value="${sf.config.dir}/../build/config/3k"/> |
425 <arg value="${sf.config.dir}/../build/config/${sf.spec.job.codeline}"/> |
426 </exec> |
426 </exec> |
427 </else> |
427 </else> |
428 </if> |
428 </if> |
429 </target> |
429 </target> |
430 |
430 |