Make csvToSysDef.pl work with codelines different than 3k
authorDario Sestito <darios@symbian.org>
Tue, 13 Oct 2009 17:53:22 +0100
changeset 658 dd5f923b7f91
parent 655 a9ffe0d7e14c
child 659 7a343c038e7d
Make csvToSysDef.pl work with codelines different than 3k
common/build.xml
--- a/common/build.xml	Mon Oct 12 16:51:36 2009 +0100
+++ b/common/build.xml	Tue Oct 13 17:53:22 2009 +0100
@@ -422,7 +422,7 @@
         <exec executable="perl" dir="${build.drive}/" output="${build.drive}${sf.spec.systemdefinition.location}" logError="true" failonerror="true">
           <arg value="${sf.common.config.dir}/tools/csvToSysDef.pl"/>
           <arg value="${sf.spec.sourcesync.sourcespecdir}/${sf.spec.sourcesync.sourcespecfile}"/>
-          <arg value="${sf.config.dir}/../build/config/3k"/>
+          <arg value="${sf.config.dir}/../build/config/${sf.spec.job.codeline}"/>
         </exec>
       </else>
     </if>